]> granicus.if.org Git - postgresql/commit
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 May 2015 17:03:45 +0000 (13:03 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 24 May 2015 17:03:45 +0000 (13:03 -0400)
commit991dee2e604486b4880bf6b995dc2f5064edaa1c
tree4d13de735681f065ba1d3dbd1b8f6ff9d48552c2
parent4dddf8552801ef013c40b22915928559a6fb22a0
Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.

The name objectType is widely used as a field name, and it's pure luck that
this conflict has not caused pgindent to go crazy before.  It messed up
pg_audit.c pretty good though.  Since pg_shdepend.c doesn't export this
typedef and only uses it in three places, changing that seems saner than
changing the field usages.

Back-patch because we're contemplating using the union of all branch
typedefs for future pgindent runs, so this won't fix anything if it
stays the same in back branches.
src/backend/catalog/pg_shdepend.c