Обсуждение: pgsql: Rename typedef "string" to "VarString".

Поиск
Список
Период
Сортировка

pgsql: Rename typedef "string" to "VarString".

От
Tom Lane
Дата:
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(-)