forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2ed7ef9
committed
Minor cleanup of column-level priv fix
Commit9406884 cleaned upcolumn-privilege related leaks in various error-message paths, but endedup including a few more things than it should have in the back branches.Specifically, there's no need for the GetModifiedColumns macro inexecMain.c as 9.1 and older didn't include the row in check constraintviolations. Further, the regression tests added to check those casesaren't necessary.This patch removes the GetModifiedColumns macro from execMain.c, removesthe comment which was added to trigger.c related to the duplicate macrodefinition, and removes the check-constraint-related regression tests.Pointed out by Robert.Back-patched to 9.1 and 9.0.1 parente48ce4f commit2ed7ef9
File tree
4 files changed
+0
-27
lines changed- src
- backend
- commands
- executor
- test/regress
- expected
- sql
4 files changed
+0
-27
lines changedLines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 | 61 |
| |
68 | 62 |
| |
69 | 63 |
| |
|
Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 | 88 |
| |
98 | 89 |
| |
99 | 90 |
| |
|
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 |
| - | |
384 |
| - | |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 | 383 |
| |
392 | 384 |
| |
393 | 385 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 |
| - | |
262 | 258 |
| |
263 | 259 |
| |
264 | 260 |
| |
|
0 commit comments
Comments
(0)