- Notifications
You must be signed in to change notification settings - Fork5
Commit33a4466
committed
Fix ordering of obj id for Rules and EventTriggers in pg_dump.
getSchemaData() must identify extension member objects and mark themas not to be dumped. This must happen after reading all objects that can bedirect members of extensions, but before we begin to process table subsidiaryobjects. Both rules and event triggers were wrong in this regard.Backport rules portion of patch to 9.1 -- event triggers do not exist prior to 9.3.Suggested fix by Tom Lane, initial complaint and patch by me.1 parente0b451e commit33a4466
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
207 |
| - | |
| 206 | + | |
| 207 | + | |
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
| |||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
244 |
| - | |
245 |
| - | |
| 244 | + | |
| 245 | + | |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
|
0 commit comments
Comments
(0)