Commit 000a2133 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent 3d9e8db9
......@@ -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;
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment