pgsql: Fix CompareIndexInfo's attnum comparisons

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix CompareIndexInfo's attnum comparisons
Дата
Msg-id E1eccqW-0004qW-0U@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix CompareIndexInfo's attnum comparisons

When an index column is an expression, it makes no sense to compare its
attribute numbers.

This seems to account for remaining buildfarm fallout from 8b08f7d4820f.
At least, it solves the issue in my local 32bit VM -- let's see what the
rest thinks.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7f17fd6fc7125b41218bc99ccfa8165e2d730cd9

Modified Files
--------------
src/backend/catalog/index.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Replace GrantObjectType with ObjectType
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Allow UPDATE to move rows between partitions.