mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Split vacuum and analyze into separate files
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
:
|
||||
# mark includes as <> or ""
|
||||
|
||||
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
|
||||
find . \( -name CVS -a -prune \) -o -type f -print |
|
||||
while read FILE
|
||||
|
Reference in New Issue
Block a user