Re: pgsql: Make heap TID a tiebreaker nbtree index column.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Make heap TID a tiebreaker nbtree index column.
Date: 2019-03-20 20:47:41
Message-ID: CAH2-WzkDHi3od2Vx5zix-QD8xcXqw-9uPPeJ26jkB85jUWHG_Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Mar 20, 2019 at 1:46 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> In the meantime, would you mind cleaning this up:
>
> nbtxlog.c: In function 'btree_xlog_split':
> nbtxlog.c:269: warning: 'newitem' may be used uninitialized in this function
> nbtxlog.c:269: note: 'newitem' was declared here
> nbtxlog.c:271: warning: 'newitemsz' may be used uninitialized in this function
> nbtxlog.c:271: note: 'newitemsz' was declared here

Sure. Will do that one next.

--
Peter Geoghegan

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2019-03-20 20:52:51 Re: pgsql: Make heap TID a tiebreaker nbtree index column.
Previous Message Tom Lane 2019-03-20 20:46:50 Re: pgsql: Make heap TID a tiebreaker nbtree index column.