pgsql: Fix bug in clearing of virtual tuple slot.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix bug in clearing of virtual tuple slot.
Дата
Msg-id E1h1aqx-0002gp-GV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug in clearing of virtual tuple slot.

I broke/typoed this in 4da597edf1bae0c. Astonishingly this mostly
doesn't cause breakage, except when trying to change the tuple
descriptor of a slot (because TTS_FLAG_FIXED is assumed to be set).

Author: Andres Freund

Branch
------
master

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

Modified Files
--------------
src/backend/executor/execTuples.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Removed unused variable, openLogOff.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix collation dependency in test introduced in 8586bf7ed8.