pgsql: Backpatch fix from HEAD: Prevent a backend crash when processing

Поиск
Список
Период
Сортировка
От neilc@svr1.postgresql.org (Neil Conway)
Тема pgsql: Backpatch fix from HEAD: Prevent a backend crash when processing
Дата
Msg-id 20041117001828.97D193A3C55@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Backpatch fix from HEAD:

Prevent a backend crash when processing CREATE TABLE commands with
more than 65K columns, or when the created table has more than 65K columns
due to adding inherited columns from parent relations. Fix a similar
crash when processing SELECT queries with more than 65K target list
entries. In all three cases we would eventually detect the error and
elog, but the check was being made too late.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablecmds.c (r1.91.2.1 -> r1.91.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c.diff?r1=1.91.2.1&r2=1.91.2.2)
    pgsql/src/backend/parser:
        analyze.c (r1.290.2.1 -> r1.290.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.290.2.1&r2=1.290.2.2)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix Win32 problems with signals and sockets, by making the
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Don't allow pg_start_backup() to be invoked if archive_command