- Notifications
You must be signed in to change notification settings - Fork5
Commit181f55e
committed
Fix up pg_dump to emit shell-type definitions at the proper time, to
make use of the recently added ability to create a shell type explicitly.I also put in place some infrastructure to allow dump/no dump decisionsto be made separately for each database object, rather than the formerhardwired 'dump if in a dumpable schema' policy. This was needed anywayfor shell types so now seemed a convenient time to do it. The flexibilityisn't exposed to the user yet, but is ready for future extensions.1 parent305fcb7 commit181f55e
File tree
4 files changed
+278
-118
lines changed- src/bin/pg_dump
4 files changed
+278
-118
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 |
| - | |
| 204 | + | |
205 | 205 |
| |
206 | 206 |
| |
207 | 207 |
| |
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 |
| - | |
| 245 | + | |
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
| |||
388 | 388 |
| |
389 | 389 |
| |
390 | 390 |
| |
391 |
| - | |
| 391 | + | |
392 | 392 |
| |
393 | 393 |
| |
394 | 394 |
| |
| |||
397 | 397 |
| |
398 | 398 |
| |
399 | 399 |
| |
| 400 | + | |
400 | 401 |
| |
401 | 402 |
| |
402 | 403 |
| |
|
0 commit comments
Comments
(0)