1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Add missing space in comment

This commit is contained in:
Magnus Hagander
2011-11-04 15:57:43 +01:00
parent b76c61f1e8
commit 6187df1532

View File

@ -1253,7 +1253,7 @@ describeOneTableDetails(const char *schemaname,
/* /*
* Get column info * Get column info
* *
* You need to modify value of "firstvcol" which willbe defined below if * You need to modify value of "firstvcol" which will be defined below if
* you are adding column(s) preceding to verbose-only columns. * you are adding column(s) preceding to verbose-only columns.
*/ */
printfPQExpBuffer(&buf, "SELECT a.attname,"); printfPQExpBuffer(&buf, "SELECT a.attname,");