pgsql: Fix oversights in pg_event_trigger_dropped_objects() fixes.

2025-09-20 Thread Tom Lane
Fix oversights in pg_event_trigger_dropped_objects() fixes. Commit a0b99fc12 caused pg_event_trigger_dropped_objects() to not fill the object_name field for schemas, which it should have; and caused it to fill the object_name field for default values, which it should not have. In addition, trigge

pgsql: Fix oversights in pg_event_trigger_dropped_objects() fixes.

2025-09-13 Thread Tom Lane
Fix oversights in pg_event_trigger_dropped_objects() fixes. Commit a0b99fc12 caused pg_event_trigger_dropped_objects() to not fill the object_name field for schemas, which it should have; and caused it to fill the object_name field for default values, which it should not have. In addition, trigge

pgsql: Fix oversights in pg_event_trigger_dropped_objects() fixes.

2025-09-12 Thread Tom Lane
Fix oversights in pg_event_trigger_dropped_objects() fixes. Commit a0b99fc12 caused pg_event_trigger_dropped_objects() to not fill the object_name field for schemas, which it should have; and caused it to fill the object_name field for default values, which it should not have. In addition, trigge

pgsql: Fix oversights in pg_event_trigger_dropped_objects() fixes.

2025-09-12 Thread Tom Lane
Fix oversights in pg_event_trigger_dropped_objects() fixes. Commit a0b99fc12 caused pg_event_trigger_dropped_objects() to not fill the object_name field for schemas, which it should have; and caused it to fill the object_name field for default values, which it should not have. In addition, trigge

pgsql: Fix oversights in pg_event_trigger_dropped_objects() fixes.

2025-09-12 Thread Tom Lane
Fix oversights in pg_event_trigger_dropped_objects() fixes. Commit a0b99fc12 caused pg_event_trigger_dropped_objects() to not fill the object_name field for schemas, which it should have; and caused it to fill the object_name field for default values, which it should not have. In addition, trigge