pgsql: Correct obsolete unique index insertion comment.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Correct obsolete unique index insertion comment.
Дата
Msg-id E1fcDqR-0003I4-UY@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Use access() to check file existence inGetNewRelFileNode()
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: pgsql: Add wait event for fsync of WAL segments