Mats Kindahl 32ec872d55 Handle DEFAULT table access name in ALTER TABLE
If `ALTER TABLE ... SET ACCESS METHOD DEFAULT` is used, the name of the
table access method is NULL in the `AlterTableCmd`, so add checks that
the name is not null before using it.

Function `hypercore_alter_access_method_finish` expects a chunk, but
could be called with a non-chunk, so checking that the relid is a
chunk.
2025-03-07 22:36:13 +01:00
..
2023-11-15 12:17:33 -03:00
2025-01-10 21:57:03 +01:00
2024-07-25 14:01:53 +02:00
2022-09-23 11:40:48 +03:00
2022-09-23 11:40:48 +03:00
2024-07-10 21:50:54 +02:00
2024-10-28 12:54:55 +01:00