diff options
| author | Alvaro Herrera | 2019-06-12 18:16:18 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2019-06-13 14:03:56 +0000 |
| commit | b9768458154de6c001af23efc02514f120c6094f (patch) | |
| tree | b73677b52e9122829b67e21384f3e0a1aa081102 /src/bin | |
| parent | 4f41a7227511a3f96148b7f3d4ae6f0c350bc7b2 (diff) | |
Fix double-word typos
Discussion: https://postgr.es/m/20190612184527.GA24266@alvherre.pgsql
Reviewed-by: Michaƫl Paquier
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/pg_dump/pg_dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 36e8d27edd8..8909a45d618 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -4051,8 +4051,8 @@ dumpPublicationTable(Archive *fout, PublicationRelInfo *pubrinfo) fmtQualifiedDumpable(tbinfo)); /* - * There is no point in creating drop query as drop query as the drop is - * done by table drop. + * There is no point in creating drop query as the drop is done by table + * drop. */ ArchiveEntry(fout, pubrinfo->dobj.catId, pubrinfo->dobj.dumpId, ARCHIVE_OPTS(.tag = tag, |
