Umar Hayat

Results 41 comments of Umar Hayat

@eyab please close this ticket as project was completed.

Getting to know the PG build system would help in creating directory structure for AGE extension Following are the official repositories for PG RPM and Debian packages https://salsa.debian.org/postgresql/postgresql https://git.postgresql.org/gitweb/?p=pgrpms.git;a=summary

@eyab please close this ticket as project was completed.

is it because PostgreSQL user UTF-8 instead of UTF-16? these are ASCII character so in binary its size is 10

IMO this is now supported in InvorySQL 2.x which is PG 15 based and PG15 have MERGE support.

There are multiple violations for PostgreSQL coding conventions. I will try to fixes them and create multiple PRs, as single PR/Commit will create confusion.

Added first PR #1908 for master branch

Change looks good to me

@JamesInform I created a PR ([2118](https://github.com/apache/age/pull/2118)) to resolve this issue. Currently there is no separate branch for branch for PG17, so I added PG17 version number check. @jrgemignani do we...

@jrgemignani thanks for the review. I agree that PR only fixed the compilation problem mention in the ticket but does not cover the whole PG 17 support. I will see...