- Notifications
You must be signed in to change notification settings - Fork5
Commit660a081
committed
Fix handling of extension membership when filling in a shell operator.
The previous coding would result in deleting and not re-creating theextension membership pg_depend rows, since there was noCommandCounterIncrement that would allow recordDependencyOnCurrentExtensionto see that the deletion had happened. Make it work like the shell typecase, ie, keep the existing entries (and then throw an error if they're forthe wrong extension).Per bug #6172 from Hitoshi Harada. Investigation and fix by DimitriFontaine.1 parent5473f28 commit660a081
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
774 | 774 |
| |
775 | 775 |
| |
776 | 776 |
| |
777 |
| - | |
778 |
| - | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
779 | 782 |
| |
780 | 783 |
| |
781 | 784 |
| |
|
0 commit comments
Comments
(0)