forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1c8c656
committed
Check that all aliases of a built-in function have same leakproof property.
opr_sanity.sql has a test checking that relevant properties of built-infunctions match when the same C function is referenced by multiple pg_procentries. The test neglected to check proleakproof, though, and whenI added that condition it exposed that xideqint4 hadn't been updated tomatch xideq. So fix that as well, and in consequence bump catversion.This isn't very critical, so no need to worry about fixing back branches.1 parentc07d8c9 commit1c8c656
File tree
4 files changed
+5
-2
lines changed- src
- include/catalog
- test/regress
- expected
- sql
4 files changed
+5
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1512 | 1512 |
| |
1513 | 1513 |
| |
1514 | 1514 |
| |
1515 |
| - | |
| 1515 | + | |
1516 | 1516 |
| |
1517 | 1517 |
| |
1518 | 1518 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
| 133 | + | |
133 | 134 |
| |
134 | 135 |
| |
135 | 136 |
| |
| |||
572 | 573 |
| |
573 | 574 |
| |
574 | 575 |
| |
| 576 | + | |
575 | 577 |
| |
576 | 578 |
| |
577 | 579 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| 121 | + | |
121 | 122 |
| |
122 | 123 |
| |
123 | 124 |
| |
|
0 commit comments
Comments
(0)