diff options
author | Neil Conway <neilc@samurai.com> | 2004-11-16 23:34:26 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-11-16 23:34:26 +0000 |
commit | e1bf6527f60a53f1d4abfb9fa6ad71e8694218b3 (patch) | |
tree | 0361e04f6944a4a77cc709978b41d9751b9e21a8 /src/backend/port/dynloader/unixware.h | |
parent | 8a1821ab5b27a2bfc491881207f595a5157236ab (diff) | |
download | postgresql-e1bf6527f60a53f1d4abfb9fa6ad71e8694218b3.tar.gz postgresql-e1bf6527f60a53f1d4abfb9fa6ad71e8694218b3.zip |
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.
Diffstat (limited to 'src/backend/port/dynloader/unixware.h')
0 files changed, 0 insertions, 0 deletions