Copilot commented on code in PR #2440: URL: https://github.com/apache/age/pull/2440#discussion_r3431986555
########## sql/age_main.sql: ########## @@ -20,6 +20,33 @@ -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION age" to load this file. \quit +-- +-- Ensure ag_catalog is created and owned by the installing role. +-- Review Comment: The header comment says this block “ensures ag_catalog is created and owned”, but the DO block only enforces ownership when ag_catalog already exists (schema creation is handled elsewhere by CREATE EXTENSION / the control file). Rewording avoids implying the script creates the schema itself. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
