Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d79f388

Browse files
committed
cleanup
1 parent ba74ce7 commit d79f388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fi
6161
# then shouldn't be in there anyway
6262

6363
cat $INPUT | awk ' {
64-
if (toupper($1) != "COPY" && $2 != "pg_shadow")
64+
if (toupper($1) == "COPY" && $2 != "pg_shadow")
6565
while (getline $0 > 0 && $0 != "\\.")
6666
;
6767
else print $0;

0 commit comments

Comments
 (0)