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:
@@ -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
|
||||
|
Reference in New Issue
Block a user