mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
trap "rm -f /tmp/$$" 0 1 2 3 15
|
||||
rm -f ./tags
|
||||
find `pwd`/ -type f -name '*.[chyl]' -print|xargs ctags -t -a -f tags
|
||||
find `pwd`/ -type f -name '*.[chyl]' -print|xargs ctags -d -t -a -f tags
|
||||
sort tags >/tmp/$$ && mv /tmp/$$ tags
|
||||
|
||||
find . -type d -print |while read DIR
|
||||
|
Reference in New Issue
Block a user