Fix a typo in pg_repack.c file.
This commit is contained in:
parent
f8ba09fd31
commit
34e71adbbd
@ -821,7 +821,7 @@ repack_one_database(const char *orderby, char *errbuf, size_t errsize)
|
|||||||
appendStringInfoString(&sql, tablespace);
|
appendStringInfoString(&sql, tablespace);
|
||||||
appendStringInfoString(&sql, create_table_2);
|
appendStringInfoString(&sql, create_table_2);
|
||||||
|
|
||||||
/* Always append WITH NOT DATA to CREATE TABLE SQL*/
|
/* Always append WITH NO DATA to CREATE TABLE SQL*/
|
||||||
appendStringInfoString(&sql, " WITH NO DATA");
|
appendStringInfoString(&sql, " WITH NO DATA");
|
||||||
table.create_table = sql.data;
|
table.create_table = sql.data;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user