Re: [PATCHES] timestamp date_trunc('quarter',...)

2003-07-26 Thread Bruce Momjian
Patch applied. Thanks. --- Böjthe Zoltán wrote: > I corecting date_trunc('quarter',...) and friends because orig version > doing '2003-07-30' -> '2003-04-01', '2003-11-30' ->'2003-07-01' > --- src/backend/utils/adt/time

Re: [PATCHES] timestamp date_trunc('quarter',...)

2003-07-20 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Böjthe Zoltán wrote: > I corecting date_t

[PATCHES] timestamp date_trunc('quarter',...)

2003-07-01 Thread Böjthe Zoltán
I corecting date_trunc('quarter',...) and friends because orig version doing '2003-07-30' -> '2003-04-01', '2003-11-30' ->'2003-07-01' --- src/backend/utils/adt/timestamp.c +++ src/backend/utils/adt/timestamp.c @@ -2412,7 +2412,7 @@ case DTK_YEAR: