To ease doing indent fixups on a couple of patches I have in progress.
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;
printf(_(" --serializable-deferrable wait until the dump can run without anomalies\n"));
printf(_(" --snapshot=SNAPSHOT use given snapshot for the dump\n"));
printf(_(" --strict-names require table and/or schema include patterns to\n"
- " match at least one entity each\n"));
+ " match at least one entity each\n"));
printf(_(" --use-set-session-authorization\n"
" use SET SESSION AUTHORIZATION commands instead of\n"
" ALTER OWNER commands to set ownership\n"));
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)
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)
printf(_(" --no-tablespaces do not restore tablespace assignments\n"));
printf(_(" --section=SECTION restore named section (pre-data, data, or post-data)\n"));
printf(_(" --strict-names require table and/or schema include patterns to\n"
- " match at least one entity each\n"));
+ " match at least one entity each\n"));
printf(_(" --use-set-session-authorization\n"
" use SET SESSION AUTHORIZATION commands instead of\n"
" ALTER OWNER commands to set ownership\n"));