forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf2bdfeb
committed
Un-break pg_dump for pre-8.3 source servers.
Commit07b3908 inserted an unconditional reference to pg_opfamily,which of course fails on servers predating that catalog. Fortunately,the case it's trying to solve can't occur on such old servers (AFAIK).Hence, just skip the additional code when the source predates 8.3.Per bug #15955 from sly. Back-patch to all supported branches,like the previous patch.Discussion:https://postgr.es/m/15955-1daa2e676e903d87@postgresql.org1 parentfc8c6ae commitf2bdfeb
1 file changed
+21
-14
lines changedLines changed: 21 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17183 | 17183 |
| |
17184 | 17184 |
| |
17185 | 17185 |
| |
| 17186 | + | |
| 17187 | + | |
| 17188 | + | |
| 17189 | + | |
17186 | 17190 |
| |
17187 |
| - | |
17188 |
| - | |
17189 |
| - | |
17190 |
| - | |
17191 |
| - | |
17192 |
| - | |
17193 |
| - | |
17194 |
| - | |
17195 |
| - | |
17196 |
| - | |
17197 |
| - | |
17198 |
| - | |
17199 |
| - | |
17200 |
| - | |
| 17191 | + | |
| 17192 | + | |
| 17193 | + | |
| 17194 | + | |
| 17195 | + | |
| 17196 | + | |
| 17197 | + | |
| 17198 | + | |
| 17199 | + | |
| 17200 | + | |
| 17201 | + | |
| 17202 | + | |
| 17203 | + | |
| 17204 | + | |
| 17205 | + | |
| 17206 | + | |
| 17207 | + | |
17201 | 17208 |
| |
17202 | 17209 |
| |
17203 | 17210 |
| |
|
0 commit comments
Comments
(0)