citus/src
naisila bef6e97ee9 Check whether table AM is default
PG 17 added support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD

Relevant PG commit:
d61a6cad6418f643a5773352038d0dfe5d3535b8
d61a6cad64

In that case, name in AlterTableCmd would be null.
Add a null check here to avoid crash.

(cherry picked from commit 71b997438d)
2024-11-17 22:56:10 +03:00
..
backend Check whether table AM is default 2024-11-17 22:56:10 +03:00
include PG17 compatibility: ruleutils (#7725) 2024-11-11 11:55:10 +03:00
test add pg17 build test 2024-11-17 22:56:10 +03:00