Skip to content

Commit 069b750

Browse files
committed
Fix bogus last-minute edit in 4e62091
Noticed by Erik Rijkers before I was able to push the fix.
1 parent 4e62091 commit 069b750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17466,7 +17466,7 @@ dumpTrigger(Archive *fout, TriggerInfo *tginfo)
1746617466

1746717467
if (tginfo->tgenabled != 't' && tginfo->tgenabled != 'O')
1746817468
{
17469-
appendPQExpBuffer(query, "\nALTER %sTABLE %s ", foreign,
17469+
appendPQExpBuffer(query, "\nALTER %sTABLE %s ",
1747017470
tbinfo->relkind == RELKIND_FOREIGN_TABLE ? "FOREIGN " : "",
1747117471
fmtQualifiedDumpable(tbinfo));
1747217472
switch (tginfo->tgenabled)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy