summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian1997-09-06 19:51:44 +0000
committerBruce Momjian1997-09-06 19:51:44 +0000
commit70b990fa586339be4d4b953e5dd820539cfaad94 (patch)
tree468a8a2840bca9043ec88f2957bb387c81fe1f76 /src
parentb72e62374d35f9b1f261e79fc1e25e726ca48383 (diff)
Cleanup for indent.
Diffstat (limited to 'src')
-rw-r--r--src/PGINDENT4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/PGINDENT b/src/PGINDENT
index 868e732246d..0493dc054cc 100644
--- a/src/PGINDENT
+++ b/src/PGINDENT
@@ -1,4 +1,8 @@
#!/bin/sh
+#
+# This can format all PostgreSQL *.c and *.h files,
+# excluding libpq++, *.y, and *.l files.
+#
trap "rm -f /tmp/$$ /tmp/$$a" 0 1 2 3 15
entab </dev/null >/dev/null
if [ "$?" -ne 0 ]