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:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user