From: Simon Riggs Date: Sun, 9 Mar 2014 09:05:16 +0000 (+0000) Subject: Correct copy/pasto in comment for REPLICA IDENTITY X-Git-Tag: REL9_4_BETA1~357 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77049443a1794bc5222aabb051476367fe347202;p=thirdparty%2Fpostgresql.git Correct copy/pasto in comment for REPLICA IDENTITY --- diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 17bb846165f..4001f3f3961 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -13773,7 +13773,7 @@ dumpIndex(Archive *fout, IndxInfo *indxinfo) fmtId(indxinfo->dobj.name)); } - /* If the index is clustered, we need to record that. */ + /* If the index defines identity, we need to record that. */ if (indxinfo->indisreplident) { appendPQExpBuffer(q, "\nALTER TABLE ONLY %s REPLICA IDENTITY USING",