diff options
| author | Bruce Momjian | 2011-02-06 15:46:15 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-02-06 15:48:17 +0000 |
| commit | 97116ca4170b974d734cea364789c389b30e6ce1 (patch) | |
| tree | a3b7895eef0e44e2e3d1c138bd4e34363d36f31b /src/tools/pgindent | |
| parent | cedd6515ba68f46dd7e75a65d4c98330ced0ba7a (diff) | |
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.
Diffstat (limited to 'src/tools/pgindent')
| -rw-r--r-- | src/tools/pgindent/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/pgindent/README b/src/tools/pgindent/README index 0fedfa99ff7..8fbf59f5ec8 100644 --- a/src/tools/pgindent/README +++ b/src/tools/pgindent/README @@ -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: |
