8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2c17f commit 74a73b1Copy full SHA for 74a73b1
src/bin/pg_dump/.gitignore
@@ -1,3 +1,5 @@
1
/pg_dump
2
/pg_dumpall
3
/pg_restore
4
+
5
+/tmp_check/
src/bin/pg_dump/Makefile
@@ -53,3 +53,4 @@ uninstall:
53
54
clean distclean maintainer-clean:
55
rm -f pg_dump$(X) pg_restore$(X) pg_dumpall$(X) $(OBJS) pg_dump.o common.o pg_dump_sort.o pg_restore.o pg_dumpall.o
56
+ rm -rf tmp_check
0 commit comments