1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to delete tmp files.

This commit is contained in:
Bruce Momjian
1997-12-23 21:38:53 +00:00
parent 6b2e7e12be
commit bbd5c21786
3 changed files with 26 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/sh
trap "/bin/rm -f /tmp/$$.*" 0 1 2 3 15
cd /tmp
/bin/cat >$$.c <<EOF
extern int foo;
EOF