pgsql: Correct obsolete unique index insertion comment.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct obsolete unique index insertion comment.
Date: 2018-07-08 17:51:35
Message-ID: E1fcDqR-0003I4-UY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correct obsolete unique index insertion comment.

Commit bc292937ae6 failed to update a comment about unique index
checking. _bt_insertonpg() is no longer responsible for finding an
insertion location while preventing conflicting insertions.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e915fed291772d8d5fcc437ac777f7beca8c24ce

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Julien Rouhaud 2018-07-08 20:23:37 Re: pgsql: Add wait event for fsync of WAL segments
Previous Message Andres Freund 2018-07-08 17:27:33 Re: pgsql: Use access() to check file existence in GetNewRelFileNode()