Skip to content

Commit e94f28b

Browse files
committed
fix pg_dump
1 parent ed0530c commit e94f28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12863,6 +12863,7 @@ dumpAccessMethod(Archive *fout, AccessMethodInfo *aminfo)
1286312863
break;
1286412864
case AMTYPE_TABLE:
1286512865
appendPQExpBufferStr(q, "TYPE TABLE ");
12866+
break;
1286612867
case AMTYPE_COMPRESSION:
1286712868
appendPQExpBufferStr(q, "TYPE COMPRESSION ");
1286812869
break;

0 commit comments

Comments
 (0)