Run pgindent on src/bin/pg_dump/*
To ease doing indent fixups on a couple of patches I have in progress.
This commit is contained in:
parent
b1bfb28b58
commit
26905e009b
@ -38,8 +38,8 @@ typedef struct SimpleOidList
|
||||
typedef struct SimpleStringListCell
|
||||
{
|
||||
struct SimpleStringListCell *next;
|
||||
bool touched; /* true, when this string was searched
|
||||
and touched */
|
||||
bool touched; /* true, when this string was searched and
|
||||
* touched */
|
||||
char val[FLEXIBLE_ARRAY_MEMBER]; /* null-terminated string here */
|
||||
} SimpleStringListCell;
|
||||
|
||||
|
@ -1216,8 +1216,8 @@ expand_table_name_patterns(Archive *fout,
|
||||
query = createPQExpBuffer();
|
||||
|
||||
/*
|
||||
* this might sometimes result in duplicate entries in the OID list,
|
||||
* but we don't care.
|
||||
* this might sometimes result in duplicate entries in the OID list, but
|
||||
* we don't care.
|
||||
*/
|
||||
|
||||
for (cell = patterns->head; cell; cell = cell->next)
|
||||
|
@ -1415,8 +1415,8 @@ dumpCreateDB(PGconn *conn)
|
||||
else if (strcmp(dbtablespace, "pg_default") != 0 && !no_tablespaces)
|
||||
{
|
||||
/*
|
||||
* Cannot change tablespace of the database we're connected to,
|
||||
* so to move "postgres" to another tablespace, we connect to
|
||||
* Cannot change tablespace of the database we're connected to, so
|
||||
* to move "postgres" to another tablespace, we connect to
|
||||
* "template1", and vice versa.
|
||||
*/
|
||||
if (strcmp(dbname, "postgres") == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user