Re: SPI bug.

From: Thomas Hallgren <thhal(at)mailblocks(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SPI bug.
Date: 2005-05-02 06:52:17
Message-ID: thhal-0o2ZRA3s7yicR/k0B6duQlwyswdMejA@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neil Conway wrote:
> As I said before, we may or may not want to change
> the executor itself to use a constant-sized type, but as a matter of
> interface definition, I think using "long" makes the most sense.
>
One thing that I forgot. If you indeed will do something like that in
the future, the implication is yet another change to the SPI interfaces.
Why not decide, once and for all and right now, what the size of this
integer should be and then *start* with a change of the interface. The
change of the underlying implementation can come later. Now you
effectively force a second change that will make things incompatible
should you decide to change the executor in the future.

Regards,
Thomas Hallgren

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Jowett 2005-05-02 06:53:46 Re: Feature freeze date for 8.1
Previous Message Neil Conway 2005-05-02 06:07:07 Re: Feature freeze date for 8.1