aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_parser/test_parser.c
diff options
context:
space:
mode:
authorRichard Guo <rguo@postgresql.org>2025-06-26 12:17:12 +0900
committerRichard Guo <rguo@postgresql.org>2025-06-26 12:17:12 +0900
commit5069fef1cfae271ca62e254b16dc831145bc5a4f (patch)
treef1cbf6372ba720a875a7143004612505311e1657 /contrib/test_parser/test_parser.c
parent62a47aea1d8d8ea36e63fe6dd3d9891452a3f968 (diff)
downloadpostgresql-5069fef1cfae271ca62e254b16dc831145bc5a4f.tar.gz
postgresql-5069fef1cfae271ca62e254b16dc831145bc5a4f.zip
Expand virtual generated columns for ALTER COLUMN TYPE
For the subcommand ALTER COLUMN TYPE of the ALTER TABLE command, the USING expression may reference virtual generated columns. These columns must be expanded before the expression is fed through expression_planner and the expression-execution machinery. Failing to do so can result in incorrect rewrite decisions, and can also lead to "ERROR: unexpected virtual generated column reference". Reported-by: Alexander Lakhin <exclusion@gmail.com> Reviewed-by: jian he <jian.universality@gmail.com> Discussion: https://postgr.es/m/b5f96b24-ccac-47fd-9e20-14681b894f36@gmail.com
Diffstat (limited to 'contrib/test_parser/test_parser.c')
0 files changed, 0 insertions, 0 deletions