forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit45f64f1
committed
Remove CTimeZone/HasCTZSet, root and branch.
These variables no longer have any useful purpose, since there's no reasonto special-case brute force timezones now that we have a validsession_timezone setting for them. Remove the variables, and remove theSET/SHOW TIME ZONE code that deals with them.The user-visible impact of this is that SHOW TIME ZONE will now show aPOSIX-style zone specification, in the form "<+-offset>-+offset", ratherthan an interval value when a brute-force zone has been set. While perhapsless intuitive, this is a better definition than before because it'sactually possible to give that string back to SET TIME ZONE and get thesame behavior, unlike what used to happen.We did not previously mention the angle-bracket syntax when describingPOSIX timezone specifications; add some documentation so that peoplecan figure out what these strings do. (There's still quite a lot ofundocumented functionality there, but anybody who really cares cango read the POSIX spec to find out about it. In practice most peopleseem to prefer Olsen-style city names anyway.)1 parent1c8a7f6 commit45f64f1
File tree
6 files changed
+31
-98
lines changed- doc/src/sgml
- ref
- src
- backend
- commands
- utils/init
- include
- test/regress/expected
6 files changed
+31
-98
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2419 | 2419 |
| |
2420 | 2420 |
| |
2421 | 2421 |
| |
2422 |
| - | |
2423 |
| - | |
| 2422 | + | |
| 2423 | + | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
2424 | 2427 |
| |
2425 | 2428 |
| |
2426 | 2429 |
| |
|
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
| 246 | + | |
246 | 247 |
| |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
247 | 256 |
| |
248 | 257 |
| |
249 | 258 |
| |
|
Lines changed: 14 additions & 82 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 | 246 |
| |
254 | 247 |
| |
255 | 248 |
| |
256 | 249 |
| |
257 | 250 |
| |
258 | 251 |
| |
259 |
| - | |
| 252 | + | |
| 253 | + | |
260 | 254 |
| |
261 | 255 |
| |
262 | 256 |
| |
263 |
| - | |
264 |
| - | |
265 |
| - | |
266 |
| - | |
267 |
| - | |
268 |
| - | |
269 |
| - | |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 | 257 |
| |
275 | 258 |
| |
276 | 259 |
| |
| |||
323 | 306 |
| |
324 | 307 |
| |
325 | 308 |
| |
326 |
| - | |
| 309 | + | |
327 | 310 |
| |
328 |
| - | |
| 311 | + | |
329 | 312 |
| |
330 |
| - | |
331 |
| - | |
| 313 | + | |
332 | 314 |
| |
333 | 315 |
| |
334 | 316 |
| |
| |||
341 | 323 |
| |
342 | 324 |
| |
343 | 325 |
| |
344 |
| - | |
345 |
| - | |
346 |
| - | |
| 326 | + | |
| 327 | + | |
347 | 328 |
| |
348 | 329 |
| |
349 | 330 |
| |
350 | 331 |
| |
351 | 332 |
| |
352 | 333 |
| |
353 |
| - | |
354 |
| - | |
355 | 334 |
| |
356 | 335 |
| |
357 | 336 |
| |
| |||
367 | 346 |
| |
368 | 347 |
| |
369 | 348 |
| |
370 |
| - | |
371 |
| - | |
372 |
| - | |
373 | 349 |
| |
374 | 350 |
| |
375 | 351 |
| |
376 |
| - | |
377 |
| - | |
378 |
| - | |
379 |
| - | |
380 |
| - | |
381 |
| - | |
382 |
| - | |
383 |
| - | |
384 |
| - | |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 |
| - | |
397 | 352 |
| |
398 | 353 |
| |
399 | 354 |
| |
400 |
| - | |
| 355 | + | |
401 | 356 |
| |
402 | 357 |
| |
403 |
| - | |
| 358 | + | |
404 | 359 |
| |
405 | 360 |
| |
406 | 361 |
| |
| |||
411 | 366 |
| |
412 | 367 |
| |
413 | 368 |
| |
414 |
| - | |
415 |
| - | |
416 |
| - | |
417 |
| - | |
418 |
| - | |
| 369 | + | |
419 | 370 |
| |
420 | 371 |
| |
421 | 372 |
| |
422 | 373 |
| |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 |
| - | |
427 |
| - | |
428 | 374 |
| |
429 | 375 |
| |
430 | 376 |
| |
431 | 377 |
| |
432 | 378 |
| |
433 | 379 |
| |
434 |
| - | |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 |
| - | |
440 |
| - | |
441 |
| - | |
442 |
| - | |
443 |
| - | |
444 |
| - | |
445 |
| - | |
446 |
| - | |
447 |
| - | |
448 |
| - | |
449 |
| - | |
450 |
| - | |
| 380 | + | |
| 381 | + | |
451 | 382 |
| |
452 | 383 |
| |
453 | 384 |
| |
| |||
497 | 428 |
| |
498 | 429 |
| |
499 | 430 |
| |
500 |
| - | |
| 431 | + | |
501 | 432 |
| |
502 | 433 |
| |
503 | 434 |
| |
| |||
519 | 450 |
| |
520 | 451 |
| |
521 | 452 |
| |
| 453 | + | |
522 | 454 |
| |
523 | 455 |
| |
524 | 456 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
97 |
| - | |
98 | 96 |
| |
99 | 97 |
| |
100 | 98 |
| |
|
Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 | 222 |
| |
232 | 223 |
| |
233 | 224 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2941 | 2941 |
| |
2942 | 2942 |
| |
2943 | 2943 |
| |
2944 |
| - | |
2945 |
| - | |
2946 |
| - | |
| 2944 | + | |
| 2945 | + | |
| 2946 | + | |
2947 | 2947 |
| |
2948 | 2948 |
| |
2949 | 2949 |
| |
|
0 commit comments
Comments
(0)