postgresql/src/backend/utils
Tom Lane 58e797216f Rename typedef "string" to "VarString".
Since pgindent treats typedef names as global, the original coding of
b47b4dbf68 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
2016-02-08 15:15:56 -05:00
..
adt Rename typedef "string" to "VarString". 2016-02-08 15:15:56 -05:00
cache Only try to push down foreign joins if the user mapping OIDs match. 2016-01-28 14:05:36 -05:00
error Update copyright for 2016 2016-01-02 13:33:40 -05:00
fmgr Properly install dynloader.h on MSVC builds 2016-01-19 23:30:29 -05:00
hash Update copyright for 2016 2016-01-02 13:33:40 -05:00
init Update copyright for 2016 2016-01-02 13:33:40 -05:00
mb Remove some ancient and unmaintained encoding-conversion test cruft. 2016-01-05 16:43:40 -05:00
misc Introduce a new GUC force_parallel_mode for testing purposes. 2016-02-07 11:41:33 -05:00
mmgr Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals(). 2016-02-05 20:23:40 -05:00
resowner Improve ResourceOwners' behavior for large numbers of owned objects. 2016-01-26 15:20:30 -05:00
sort Restructure index access method API to hide most of it at the C level. 2016-01-17 19:36:59 -05:00
time Update copyright for 2016 2016-01-02 13:33:40 -05:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Update copyright for 2016 2016-01-02 13:33:40 -05:00
Gen_dummy_probes.sed Update copyright for 2016 2016-01-02 13:33:40 -05:00
Gen_fmgrtab.pl Update copyright for 2016 2016-01-02 13:33:40 -05:00
generate-errcodes.pl Update copyright for 2016 2016-01-02 13:33:40 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Update copyright for 2016 2016-01-02 13:33:40 -05:00