aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-02-26 13:50:34 +0000
committerBruce Momjian <bruce@momjian.us>2010-02-26 13:50:34 +0000
commite0d4b9c66f742145dfd244ab282f66e502eac74e (patch)
tree72cb189f7182c8ac413ae85ec4c74d7900f7193f /src
parent17b5b9909be74ded7ba54eb684bd311739ca80f2 (diff)
downloadpostgresql-e0d4b9c66f742145dfd244ab282f66e502eac74e.tar.gz
postgresql-e0d4b9c66f742145dfd244ab282f66e502eac74e.zip
Document why pgindent wants a fresh CVS checkout.
Diffstat (limited to 'src')
-rw-r--r--src/tools/pgindent/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README
index 68084233819..660d69ae9da 100644
--- a/src/tools/pgindent/README
+++ b/src/tools/pgindent/README
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.34 2010/02/26 02:58:49 momjian Exp $
+$PostgreSQL: pgsql/src/tools/pgindent/README,v 1.35 2010/02/26 13:50:34 momjian Exp $
pgindent
========
@@ -6,13 +6,15 @@ pgindent
This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
*.l files.
-1) Change directory to the top of the CVS tree.
+1) Change directory to the top of the build tree.
1) Download the typedef file from the builfarm:
wget -O src/tools/pgindent/typedefs.list http://www.pgbuildfarm.org/cgi-bin/typedefs.pl
-2) Download a fresh CVS checkout.
+2) Download a fresh CVS checkout. This will guarantee you do not have any
+ derived bison or flex C files. (pgindent has trouble with one of the
+ flex macros.)
3) Run pgindent: