- Notifications
You must be signed in to change notification settings - Fork5
Commit5c5ffee
committed
Fix get_object_address argument type for extension statement
Commit3f88672 neglected to update the AlterExtensionContentsStmtproduction in the grammar to use TypeName to represent types whenpassing objects to get_object_address.Reported as a pg_upgrade failure by Jeff Janes.1 parent1f9bf05 commit5c5ffee
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3907 | 3907 |
| |
3908 | 3908 |
| |
3909 | 3909 |
| |
3910 |
| - | |
| 3910 | + | |
3911 | 3911 |
| |
3912 | 3912 |
| |
3913 | 3913 |
| |
3914 | 3914 |
| |
3915 | 3915 |
| |
3916 |
| - | |
| 3916 | + | |
3917 | 3917 |
| |
3918 | 3918 |
| |
3919 | 3919 |
| |
| |||
4082 | 4082 |
| |
4083 | 4083 |
| |
4084 | 4084 |
| |
4085 |
| - | |
| 4085 | + | |
4086 | 4086 |
| |
4087 | 4087 |
| |
4088 | 4088 |
| |
4089 | 4089 |
| |
4090 | 4090 |
| |
4091 |
| - | |
| 4091 | + | |
4092 | 4092 |
| |
4093 | 4093 |
| |
4094 | 4094 |
| |
|
0 commit comments
Comments
(0)