forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit31d4371
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 parentaf0ba49 commit31d4371
1 file changed
+21
-14
lines changedLines changed: 21 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17932 | 17932 |
| |
17933 | 17933 |
| |
17934 | 17934 |
| |
| 17935 | + | |
| 17936 | + | |
| 17937 | + | |
| 17938 | + | |
17935 | 17939 |
| |
17936 |
| - | |
17937 |
| - | |
17938 |
| - | |
17939 |
| - | |
17940 |
| - | |
17941 |
| - | |
17942 |
| - | |
17943 |
| - | |
17944 |
| - | |
17945 |
| - | |
17946 |
| - | |
17947 |
| - | |
17948 |
| - | |
17949 |
| - | |
| 17940 | + | |
| 17941 | + | |
| 17942 | + | |
| 17943 | + | |
| 17944 | + | |
| 17945 | + | |
| 17946 | + | |
| 17947 | + | |
| 17948 | + | |
| 17949 | + | |
| 17950 | + | |
| 17951 | + | |
| 17952 | + | |
| 17953 | + | |
| 17954 | + | |
| 17955 | + | |
| 17956 | + | |
17950 | 17957 |
| |
17951 | 17958 |
| |
17952 | 17959 |
| |
|
0 commit comments
Comments
(0)