pgsql: Add assertions to _bt_update_posting().

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add assertions to _bt_update_posting().
Date: 2020-03-02 16:07:46
Message-ID: E1j8nbe-0001BD-PT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add assertions to _bt_update_posting().

Copy some assertions from _bt_form_posting() to its sibling function,
_bt_update_posting().

Discussion: https://postgr.es/m/CAH2-WzkPR8KMwkL0ap976kmXwBCeukTeHz6fB-U__wvuP1S9Zg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/77b88bd5dc92a46319a3dd4b554f89f634bb9eaa

Modified Files
--------------
src/backend/access/nbtree/nbtdedup.c | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-03-02 16:08:11 Re: pgsql: Add deduplication to nbtree.
Previous Message Peter Eisentraut 2020-03-02 14:25:06 pgsql: Update Microsoft documentation link