pg_tm_aux
pg_tm_aux copied to clipboard
Transfer manager auxiliary functions
I didn't try 15.1 or 15.2, but it was failing for 15.3: ``` pg_tm_aux.c:48:49: error: ‘ThisTimeLineID’ undeclared (first use in this function); did you mean ‘TimeLineID’? 48 | List *timelineHistory...
The [upgrade script `pg_tm_aux--1.0--1.1.sql`](https://github.com/x4m/pg_tm_aux/blob/ec20e877f062cbeb501547c18bbb98e3b1443505/pg_tm_aux--1.0--1.1.sql#L9) contains a `CREATE OR REPLACE FUNCTION` statement which indeed `CREATE`s, but does not replace [the old function with the same name present in `1.0`](https://github.com/x4m/pg_tm_aux/blob/65afbb0fd4520c9b68c800ca7c8bdd0406efc9fd/pg_tm_aux--1.0.sql#L9). At the...
Good afternoon, while testing your extension, I ran into some minor problems while building the extension Could you add a small section to the readmi, with instructions on what actions...