pgsql: amcheck: Fixes for right page check during unique constraint che

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: amcheck: Fixes for right page check during unique constraint che
Дата
Msg-id E1sB5H9-001nfm-K7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
amcheck: Fixes for right page check during unique constraint check

 * Don't forget to pfree() the right page when it's to be ignored.
 * Report error on unexpected non-leaf right page even if this page is not
   to be ignored.  This restores the logic which was unintendedly changed
   in 97e5b0026f.

Reported-by: Pavel Borisov

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/945ec4c4bca1e1c4347cd3f93135e96770ac1b4c

Modified Files
--------------
contrib/amcheck/verify_nbtree.c | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc PG 17 relnotes: improve btree "set/array" matching item
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix potential NULL pointer dereference in getIdentitySequence()