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 /contrib/tablefunc/tablefunc.c | |
parent | 9da50e1f53f47671f571d75725a093af30bf0623 (diff) | |
download | postgresql-a5d7ba773dff04d700afca6cf86bff64dc663b4f.tar.gz postgresql-a5d7ba773dff04d700afca6cf86bff64dc663b4f.zip |
Adjust comments previously moved to column 1 by pgident.
Diffstat (limited to 'contrib/tablefunc/tablefunc.c')
-rw-r--r-- | contrib/tablefunc/tablefunc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tablefunc/tablefunc.c b/contrib/tablefunc/tablefunc.c index 063773e91ba..a4c7fb8f16b 100644 --- a/contrib/tablefunc/tablefunc.c +++ b/contrib/tablefunc/tablefunc.c @@ -260,7 +260,7 @@ normal_rand(PG_FUNCTION_ARGS) SRF_RETURN_NEXT(funcctx, Float8GetDatum(result)); } else -/* do when there is no more left */ + /* do when there is no more left */ SRF_RETURN_DONE(funcctx); } @@ -643,7 +643,7 @@ crosstab(PG_FUNCTION_ARGS) } } else -/* do when there is no more left */ + /* do when there is no more left */ { /* release SPI related resources */ SPI_finish(); |