summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-09-15 15:20:13 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-09-15 15:20:13 -0400
commit000a21336b8e218deb856f73dc8972073cb8a649 (patch)
tree9c233cbfb8a74e755eab1462183950d76dad11ab /src
parent3d9e8db9e56beb0501d168779ae9644587924061 (diff)
downloadpostgresql-000a21336b8e218deb856f73dc8972073cb8a649.tar.gz
Fix whitespace
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_dump/dumputils.h2
-rw-r--r--src/bin/pg_dump/pg_dump.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/dumputils.h b/src/bin/pg_dump/dumputils.h
index 9f31bbc20a..3a643c4427 100644
--- a/src/bin/pg_dump/dumputils.h
+++ b/src/bin/pg_dump/dumputils.h
@@ -39,7 +39,7 @@ typedef struct SimpleStringListCell
{
struct SimpleStringListCell *next;
bool touched; /* true, when this string was searched
- and touched */
+ and touched */
char val[FLEXIBLE_ARRAY_MEMBER]; /* null-terminated string here */
} SimpleStringListCell;
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c
index e943f6c23c..05866970a6 100644
--- a/src/bin/pg_dump/pg_dump.c
+++ b/src/bin/pg_dump/pg_dump.c
@@ -1194,7 +1194,7 @@ expand_schema_name_patterns(Archive *fout,
/*
* Find the OIDs of all tables matching the given list of patterns,
- * and append them to the given OID list.
+ * and append them to the given OID list.
*/
static void
expand_table_name_patterns(Archive *fout,