1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

Correct copy/pasto in comment for REPLICA IDENTITY

This commit is contained in:
Simon Riggs
2014-03-09 09:05:16 +00:00
parent 19026aadd8
commit 77049443a1

View File

@@ -13773,7 +13773,7 @@ dumpIndex(Archive *fout, IndxInfo *indxinfo)
fmtId(indxinfo->dobj.name)); 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) if (indxinfo->indisreplident)
{ {
appendPQExpBuffer(q, "\nALTER TABLE ONLY %s REPLICA IDENTITY USING", appendPQExpBuffer(q, "\nALTER TABLE ONLY %s REPLICA IDENTITY USING",