jrgemignani commented on PR #2457:
URL: https://github.com/apache/age/pull/2457#issuecomment-4895065263

   > Nice — diff is clean and CI's green on the `PG19` branch. Two things 
before this lands:
   > 
   > 1. **Unused `arg` in the DSM init callback** (`age_global_graph.c:1762`, 
per Copilot). CI passes today, but now that [CI: fail build on compiler and 
bison warnings #2398](https://github.com/apache/age/pull/2398) turns compiler 
warnings into build failures, a `-Wunused-parameter` / `COPT=-Werror` build 
could trip on this. Worth marking it unused (e.g. `(void) arg;` or 
`PG_USED_FOR_ASSERTS_ONLY`) to keep the PG19 branch warning-clean under the 
stricter flags.
   > 2. **Attribution to [Support PostgreSQL 19 
#2427](https://github.com/apache/age/pull/2427).** This is essentially the 
rebased/cleaned form of @CyberDem0n's PG19 port ([Support PostgreSQL 19 
#2427](https://github.com/apache/age/pull/2427)) — same callsite adaptations 
and regress updates. Since that's a month of external-contributor work, could 
we carry a `Co-authored-by:` trailer for @CyberDem0n (and/or land [Support 
PostgreSQL 19 #2427](https://github.com/apache/age/pull/2427) first / note it 
here)? Just so the origin isn't lost when this supersedes it.
   > 
   > Otherwise the PG19 API adaptations look right to me.
   
   Resolved 1.
   
   [@CyberDem0n](https://github.com/CyberDem0n) is attributed -
   
   > Co-authored-by: Alexander Kukushkin 
[[email protected]](mailto:[email protected])


-- 
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]

Reply via email to