forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c85e33
committed
Make postgres_fdw request remote time zone 'GMT' not 'UTC'.
This should have the same results for all practical purposes.The advantage of selecting 'GMT' is that it's guaranteed to workeven when the remote system's timezone database is missingentries, because pg_tzset() hard-wires handling of that,at least in 9.2 and later.(It seems like it would be a good idea to similarly hard-wirecorrect handling of 'UTC', but that'll be a little more invasivethan I want to consider back-patching. Leave that for anotherday when we're not in feature freeze.)Per trouble report from Adnan Dautovic. Back-patch to allsupported branches.Discussion:https://postgr.es/m/465248.1712211585@sss.pgh.pa.us1 parent722f170 commit6c85e33
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
612 | 612 |
| |
613 | 613 |
| |
614 | 614 |
| |
615 |
| - | |
616 |
| - | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
617 | 619 |
| |
618 |
| - | |
| 620 | + | |
619 | 621 |
| |
620 | 622 |
| |
621 | 623 |
| |
|
0 commit comments
Comments
(0)