diff options
author | Álvaro Herrera <alvherre@alvh.no-ip.org> | 2025-03-14 09:28:51 +0100 |
---|---|---|
committer | Álvaro Herrera <alvherre@alvh.no-ip.org> | 2025-03-14 09:28:51 +0100 |
commit | 1548c3a30436dd825cfbf57923c6766b2fddd355 (patch) | |
tree | 5f16b75f88f5c4cc868f50841d59d0c5990337b3 /src/backend/executor/nodeModifyTable.c | |
parent | 92fc6856cb4c598f99c58b862bc34aebc6f2ec25 (diff) | |
download | postgresql-1548c3a30436dd825cfbf57923c6766b2fddd355.tar.gz postgresql-1548c3a30436dd825cfbf57923c6766b2fddd355.zip |
Remove direct handling of reloptions for toast tables
It doesn't actually work, even with allow_system_table_mods turned on:
the ALTER TABLE operation is rejected by ATSimplePermissions(), so even
the error message we're adding in this commit is unreachable.
Add a test case for it.
Author: Nikolay Shaplov <dhyan@nataraj.su>
Discussion: https://postgr.es/m/1913854.tdWV9SEqCh@thinkpad-pgpro
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions