pgsql: Rename typedef "string" to "VarString". - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Rename typedef "string" to "VarString".
Date
Msg-id E1aSsGK-0000TX-1v@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename typedef "string" to "VarString".

Since pgindent treats typedef names as global, the original coding of
b47b4dbf683f13e6 would have had rather nasty effects on the formatting
of other files in which "string" is used as a variable or field name.
Use a less generic name for this typedef, and rename some other
identifiers to match.

Peter Geoghegan, per gripe from me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/58e797216ff52c0656d3c343d0732a2530cafb71

Modified Files
--------------
src/backend/utils/adt/varlena.c | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Translation updates
Next
From: Tom Lane
Date:
Subject: pgsql: Stamp 9.5.1.