forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf198f0a
committed
pg_dump: Remove some dead code
Client-side tracking of atttypmod has been unused since64f3524, whenserver-side format_type() started being used exclusively. So removethis dead code.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/flat/144be239-c893-9361-704f-ac85b5b98d1a%40enterprisedb.com1 parent8bf5af2 commitf198f0a
2 files changed
+0
-6
lines changedLines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8182 | 8182 |
| |
8183 | 8183 |
| |
8184 | 8184 |
| |
8185 |
| - | |
8186 | 8185 |
| |
8187 | 8186 |
| |
8188 | 8187 |
| |
| |||
8252 | 8251 |
| |
8253 | 8252 |
| |
8254 | 8253 |
| |
8255 |
| - | |
8256 | 8254 |
| |
8257 | 8255 |
| |
8258 | 8256 |
| |
| |||
8320 | 8318 |
| |
8321 | 8319 |
| |
8322 | 8320 |
| |
8323 |
| - | |
8324 | 8321 |
| |
8325 | 8322 |
| |
8326 | 8323 |
| |
| |||
8381 | 8378 |
| |
8382 | 8379 |
| |
8383 | 8380 |
| |
8384 |
| - | |
8385 | 8381 |
| |
8386 | 8382 |
| |
8387 | 8383 |
| |
| |||
8408 | 8404 |
| |
8409 | 8405 |
| |
8410 | 8406 |
| |
8411 |
| - | |
8412 | 8407 |
| |
8413 | 8408 |
| |
8414 | 8409 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
326 | 326 |
| |
327 | 327 |
| |
328 | 328 |
| |
329 |
| - | |
330 | 329 |
| |
331 | 330 |
| |
332 | 331 |
| |
|
0 commit comments
Comments
(0)