]> granicus.if.org Git - postgresql/commit
Rename typedef "string" to "VarString".
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Feb 2016 20:15:56 +0000 (15:15 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Feb 2016 20:15:56 +0000 (15:15 -0500)
commit58e797216ff52c0656d3c343d0732a2530cafb71
tree13cacf63e968ccc2ab6fcdbb13dc738fbfa8e6f2
parent63828969c822449744e63b76bff993ccd1d3245e
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
src/backend/utils/adt/varlena.c