public inbox for [email protected]  
help / color / mirror / Atom feed
pgsql: Widen the money type to 64 bits.
6+ messages / 6 participants
[nested] [flat]

* pgsql: Widen the money type to 64 bits.
@ 2007-01-03 01:19 D'Arcy Cain <[email protected]>
  2007-01-08 05:04 ` Re: pgsql: Widen the money type to 64 bits. Jeremy Drake <[email protected]>
  0 siblings, 1 reply; 6+ messages in thread

From: D'Arcy Cain @ 2007-01-03 01:19 UTC (permalink / raw)
  To: [email protected]

Log Message:
-----------
Widen the money type to 64 bits.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        cash.c (r1.68 -> r1.69)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/cash.c.diff?r1=1.68&r2=1....)
    pgsql/src/include/catalog:
        pg_type.h (r1.176 -> r1.177)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_type.h.diff?r1=1.176&r2=...)
    pgsql/src/include/utils:
        cash.h (r1.23 -> r1.24)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/cash.h.diff?r1=1.23&r2=1.24)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* Re: pgsql: Widen the money type to 64 bits.
  2007-01-03 01:19 pgsql: Widen the money type to 64 bits. D'Arcy Cain <[email protected]>
@ 2007-01-08 05:04 ` Jeremy Drake <[email protected]>
  2007-01-08 17:49   ` Re: pgsql: Widen the money type to 64 bits. D'Arcy J.M. Cain <[email protected]>
  0 siblings, 1 reply; 6+ messages in thread

From: Jeremy Drake @ 2007-01-08 05:04 UTC (permalink / raw)
  To: [email protected]

This commit message is rather old, I remarked on its absence earlier, but
better late than never I guess ;)

On Tue, 2 Jan 2007, D'Arcy Cain wrote:

> Log Message:
> -----------
> Widen the money type to 64 bits.
>
> Modified Files:
> --------------
>     pgsql/src/backend/utils/adt:
>         cash.c (r1.68 -> r1.69)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/cash.c.diff?r1=1.68&r2=1....)
>     pgsql/src/include/catalog:
>         pg_type.h (r1.176 -> r1.177)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_type.h.diff?r1=1.176&r2=...)
>     pgsql/src/include/utils:
>         cash.h (r1.23 -> r1.24)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/cash.h.diff?r1=1.23&r2=1.24)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>

-- 
He did decide, though, that with more time and a great deal of mental
effort, he could probably turn the activity into an acceptable
perversion.
		-- Mick Farren, "When Gravity Fails"



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* Re: pgsql: Widen the money type to 64 bits.
  2007-01-03 01:19 pgsql: Widen the money type to 64 bits. D'Arcy Cain <[email protected]>
  2007-01-08 05:04 ` Re: pgsql: Widen the money type to 64 bits. Jeremy Drake <[email protected]>
@ 2007-01-08 17:49   ` D'Arcy J.M. Cain <[email protected]>
  2007-01-09 03:35     ` Re: pgsql: Widen the money type to 64 bits. Bruce Momjian <[email protected]>
  0 siblings, 1 reply; 6+ messages in thread

From: D'Arcy J.M. Cain @ 2007-01-08 17:49 UTC (permalink / raw)
  To: [email protected]; +Cc: [email protected]; [email protected]

On Sun, 7 Jan 2007 21:04:09 -0800 (PST)
Jeremy Drake <[email protected]> wrote:
> This commit message is rather old, I remarked on its absence earlier, but
> better late than never I guess ;)

Not sure what you mean.  I just committed it recently.  I held off
until after the release as requested.  What do you mean by "old?"

-- 
D'Arcy J.M. Cain <[email protected]>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* Re: pgsql: Widen the money type to 64 bits.
  2007-01-03 01:19 pgsql: Widen the money type to 64 bits. D'Arcy Cain <[email protected]>
  2007-01-08 05:04 ` Re: pgsql: Widen the money type to 64 bits. Jeremy Drake <[email protected]>
  2007-01-08 17:49   ` Re: pgsql: Widen the money type to 64 bits. D'Arcy J.M. Cain <[email protected]>
@ 2007-01-09 03:35     ` Bruce Momjian <[email protected]>
  2007-01-09 06:49       ` Re: pgsql: Widen the money type to 64 bits. Magnus Hagander <[email protected]>
  0 siblings, 1 reply; 6+ messages in thread

From: Bruce Momjian @ 2007-01-09 03:35 UTC (permalink / raw)
  To: D'Arcy J.M. Cain <[email protected]>; +Cc: [email protected]; [email protected]; [email protected]

D'Arcy J.M. Cain wrote:
> On Sun, 7 Jan 2007 21:04:09 -0800 (PST)
> Jeremy Drake <[email protected]> wrote:
> > This commit message is rather old, I remarked on its absence earlier, but
> > better late than never I guess ;)
> 
> Not sure what you mean.  I just committed it recently.  I held off
> until after the release as requested.  What do you mean by "old?"

You committed it five days ago, because the date on the email was Jan 2,
but it only arrived today.  It should have appeard within minutes of the
commit.

-- 
  Bruce Momjian   [email protected]
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* Re: pgsql: Widen the money type to 64 bits.
  2007-01-03 01:19 pgsql: Widen the money type to 64 bits. D'Arcy Cain <[email protected]>
  2007-01-08 05:04 ` Re: pgsql: Widen the money type to 64 bits. Jeremy Drake <[email protected]>
  2007-01-08 17:49   ` Re: pgsql: Widen the money type to 64 bits. D'Arcy J.M. Cain <[email protected]>
  2007-01-09 03:35     ` Re: pgsql: Widen the money type to 64 bits. Bruce Momjian <[email protected]>
@ 2007-01-09 06:49       ` Magnus Hagander <[email protected]>
  2007-01-09 06:59         ` Re: [COMMITTERS] pgsql: Widen the money type to 64 bits. Tom Lane <[email protected]>
  0 siblings, 1 reply; 6+ messages in thread

From: Magnus Hagander @ 2007-01-09 06:49 UTC (permalink / raw)
  To: Bruce Momjian <[email protected]>; +Cc: [email protected]; [email protected]; [email protected]; [email protected]

> > > This commit message is rather old, I remarked on its absence earlier, but
> > > better late than never I guess ;)
> > 
> > Not sure what you mean.  I just committed it recently.  I held off
> > until after the release as requested.  What do you mean by "old?"
> 
> You committed it five days ago, because the date on the email was Jan 2,
> but it only arrived today.  It should have appeard within minutes of the
> commit.
> 

i'm sure it got stuck in the maia filter (happens all the time with delays of a couple of hours up to several days) or in the moderator steve (if the sender 
was'nt on the list allow. can happen since it was a long time since he last committed). check the headers if you still have the original mail around to see 
where it stuck.

/Magnus




^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* Re: [COMMITTERS] pgsql: Widen the money type to 64 bits.
  2007-01-03 01:19 pgsql: Widen the money type to 64 bits. D'Arcy Cain <[email protected]>
  2007-01-08 05:04 ` Re: pgsql: Widen the money type to 64 bits. Jeremy Drake <[email protected]>
  2007-01-08 17:49   ` Re: pgsql: Widen the money type to 64 bits. D'Arcy J.M. Cain <[email protected]>
  2007-01-09 03:35     ` Re: pgsql: Widen the money type to 64 bits. Bruce Momjian <[email protected]>
  2007-01-09 06:49       ` Re: pgsql: Widen the money type to 64 bits. Magnus Hagander <[email protected]>
@ 2007-01-09 06:59         ` Tom Lane <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Tom Lane @ 2007-01-09 06:59 UTC (permalink / raw)
  To: [email protected]; +Cc: Bruce Momjian <[email protected]>; [email protected]; [email protected]; pgsql-www

"Magnus Hagander" <[email protected]> writes:
> i'm sure it got stuck in the maia filter (happens all the time with
> delays of a couple of hours up to several days) or in the moderator
> steve (if the sender was'nt on the list allow. can happen since it was
> a long time since he last committed).

D'Arcy hasn't committed anything since [ checks CVS history... ]
2003-02-27, so I'm betting on theory B.  But can we change that setup
for the -committers list?  Any currently-authorized committer should be
whitelisted whether he's committed anything recently or not.

			regards, tom lane




^ permalink  raw  reply  [nested|flat] 6+ messages in thread


end of thread, other threads:[~2007-01-09 06:59 UTC | newest]

Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2007-01-03 01:19 pgsql: Widen the money type to 64 bits. D'Arcy Cain <[email protected]>
2007-01-08 05:04 ` Jeremy Drake <[email protected]>
2007-01-08 17:49   ` D'Arcy J.M. Cain <[email protected]>
2007-01-09 03:35     ` Bruce Momjian <[email protected]>
2007-01-09 06:49       ` Magnus Hagander <[email protected]>
2007-01-09 06:59         ` Tom Lane <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox