Commit 43d943d
committed
Remove unneccesary version checks from pg_dump
Upstream has removed support for server versions older than 9.2.[1]
The motivation for `error_unsupported_server_version`
was to reduce diff footprint when upstream supported much older
versions.[2]
We still need to support GPDB5 (PostgreSQL 8.3), so
remove version checks for PostgreSQL 8.2 and below.
1: postgres/postgres@30e7c17
2: bmdoil/gpdb@b4c5a61
Authored-by: Brent Doil <bdoil@vmware.com>1 parent 94af1a2 commit 43d943d
4 files changed
Lines changed: 83 additions & 576 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 189 | + | |
| 190 | + | |
194 | 191 | | |
195 | 192 | | |
196 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | 197 | | |
212 | 198 | | |
213 | 199 | | |
| |||
0 commit comments