aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/constraint.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2019-01-14 16:15:20 -0800
committerAndres Freund <andres@anarazel.de>2019-01-14 16:25:50 -0800
commit774a975c9a5903d271a727a260efd8c31125b9d6 (patch)
treeab4f9c018b82f5a4c97917470ea034fb4dfebd72 /src/backend/commands/constraint.c
parente451dd5521966516110eb1761342ae4a1380b19d (diff)
downloadpostgresql-774a975c9a5903d271a727a260efd8c31125b9d6.tar.gz
postgresql-774a975c9a5903d271a727a260efd8c31125b9d6.zip
Make naming of tupdesc related structs more consistent with the rest of PG.
We usually don't change the name of structs between the struct name itself and the name of the typedef. Additionally, structs that are usually used via a typedef that hides being a pointer, are commonly suffixed Data. Change tupdesc code to follow those convention. This is triggered by a future patch that intends to forward declare TupleDescData in another header - keeping with the naming scheme makes that easier to understand. Author: Andres Freund Discussion: https://postgr.es/m/20190114000701.y4ttcb74jpskkcfb@alap3.anarazel.de
Diffstat (limited to 'src/backend/commands/constraint.c')
0 files changed, 0 insertions, 0 deletions