-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit 20bc354
committed
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.1 parent 9b74f32 commit 20bc354Copy full SHA for 20bc354
File tree
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedFilter options
- src/backend/catalog
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedsrc/backend/catalog/pg_shdepend.c
Copy file name to clipboardExpand all lines: src/backend/catalog/pg_shdepend.c+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
| 88 | + | |
88 | 89 |
| |
89 | 90 |
| |
90 | 91 |
| |
| |||
1062 | 1063 |
| |
1063 | 1064 |
| |
1064 | 1065 |
| |
1065 |
| - | |
| 1066 | + | |
| 1067 | + | |
1066 | 1068 |
| |
1067 | 1069 |
| |
1068 | 1070 |
| |
|
0 commit comments