summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-12-12 12:30:44 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2019-12-12 12:30:44 -0500
commitc965c42a53e998c1744e355291eff1975155ac7d (patch)
tree86c839268140a7b4cd6e3d71f4074383ea784ce6 /src/backend/executor/nodeAgg.c
parentf3cf330532f476942cfa09c991e96fff6b199a91 (diff)
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
The test cases added by commit 26ae3aa80 exposed an old oversight in timestamp[tz]_part: they didn't correct the result of date2isoyear() for BC years, so that we produced an off-by-one answer for such years. Fix that, and back-patch to all supported branches. Discussion: https://postgr.es/m/SG2PR06MB37762CAE45DB0F6CA7001EA9B6550@SG2PR06MB3776.apcprd06.prod.outlook.com
Diffstat (limited to 'src/backend/executor/nodeAgg.c')
0 files changed, 0 insertions, 0 deletions