Re: BUG #16143: PGTYPEStimestamp_fmt_asc() returns the incorrect month when the format specifier %b is used.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tomas Vondra <tomas.vondra@2ndquadrant.com>
Cc: paul@intekon.com, pgsql-bugs@lists.postgresql.org
Date: 2019-11-29T20:43:44Z
Lists: pgsql-bugs
Tomas Vondra <tomas.vondra@2ndquadrant.com> writes: > The attached patch should fix this, I believe - both for %b and %B. Yeah, I'd just come to the same conclusion. You're welcome to do the commits, of course. regards, tom lane
Commits
-
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
- d9b974e9947e 9.4.26 landed
- a17602de18f7 9.5.21 landed
- c59414da7bd3 9.6.17 landed
- f71b22f537b9 10.12 landed
- 9668bf5d5215 11.7 landed
- 0dafed6fedf4 12.2 landed
- 3ff660bbeb96 13.0 landed