diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-10-07 15:21:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-10-07 15:21:58 +0000 |
commit | a5d7ba773dff04d700afca6cf86bff64dc663b4f (patch) | |
tree | b772d1e2f500d927ab2e0d42ba12ec91c6b03769 /src/include/executor/execdebug.h | |
parent | 9da50e1f53f47671f571d75725a093af30bf0623 (diff) | |
download | postgresql-a5d7ba773dff04d700afca6cf86bff64dc663b4f.tar.gz postgresql-a5d7ba773dff04d700afca6cf86bff64dc663b4f.zip |
Adjust comments previously moved to column 1 by pgident.
Diffstat (limited to 'src/include/executor/execdebug.h')
-rw-r--r-- | src/include/executor/execdebug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/execdebug.h b/src/include/executor/execdebug.h index ab4fe00939b..f6bfaafb13f 100644 --- a/src/include/executor/execdebug.h +++ b/src/include/executor/execdebug.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/executor/execdebug.h,v 1.23 2004/08/29 04:13:06 momjian Exp $ + * $PostgreSQL: pgsql/src/include/executor/execdebug.h,v 1.24 2004/10/07 15:21:56 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -128,7 +128,7 @@ extern int NIndexTupleInserted; #define IncrIndexProcessed() NIndexTupleProcessed++ #define IncrIndexInserted() NIndexTupleInserted++ #else -/* stop compiler warnings */ +/* stop compiler warnings */ #define IncrRetrieved() (void)(0) #define IncrAppended() (void)(0) #define IncrDeleted() (void)(0) |