1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Rename macro DECIMAL to DECIMAL_T to help pgindent; this is already

done for a few other macros in that file, for other reasons.  I also
remove pgindent/README mention of the file.
This commit is contained in:
Bruce Momjian
2011-02-06 10:46:15 -05:00
parent cedd6515ba
commit 97116ca417
2 changed files with 7 additions and 8 deletions

View File

@ -23,8 +23,7 @@ This can format all PostgreSQL *.c and *.h files, but excludes *.y, and
xargs -n100 pgindent src/tools/pgindent/typedefs.list
5) Remove any files that generate errors and restore their original
versions, e.g. ./src/backend/tsearch/wparser_def.c has problems
because of a DECIMAL listed as a typedef.
versions.
6) Do a full test build: