forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3ed6e16
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 parentc6e229d commit3ed6e16
1 file changed
+5
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
543 | 543 |
| |
544 | 544 |
| |
545 | 545 |
| |
546 |
| - | |
547 |
| - | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
548 | 550 |
| |
549 |
| - | |
| 551 | + | |
550 | 552 |
| |
551 | 553 |
| |
552 | 554 |
| |
|
0 commit comments
Comments
(0)