On Tue, Oct 29, 2019 at 5:23 PM btfujiitkp
wrote:
> Thomas Munro writes:
>> On Sun, Sep 1, 2019 at 5:04 PM Thomas Munro
>> wrote:
>>> Adding to CF.
>
>> Rebased. An OID clashed so re-roll the dice. Also spotted a typo.
>
I have some questions in this cod
2019-10-31 21:01 に Fujii Masao さんは書きました:
On Thu, Oct 31, 2019 at 7:59 PM Ibrar Ahmed
wrote:
On Thu, Oct 31, 2019 at 12:32 PM Fujii Masao
wrote:
On Thu, Oct 31, 2019 at 1:42 PM Tom Lane wrote:
>
> Fujii Masao writes:
> > Currently CREATE OR REPLACE VIEW command fails if the column names
Thomas Munro writes:
On Sun, Sep 1, 2019 at 5:04 PM Thomas Munro
wrote:
Adding to CF.
Rebased. An OID clashed so re-roll the dice. Also spotted a typo.
I have some questions in this code.
First,
"FullTransactionIdPrecedes(xmax, val)" is not equal to "val >= xmax" of
the previous co