pg_squeeze icon indicating copy to clipboard operation
pg_squeeze copied to clipboard

Add support for PostgreSQL 18.

Open darkixion opened this issue 10 months ago • 1 comments

The function signature for ReplicationSlotAcquire changed and now requires a third parameter. There is also now a macro to get the tuple descriptor attribute.

darkixion avatar Feb 26 '25 20:02 darkixion

Thanks for the pull request. I'll handle the compatibility as soon as I know whether the REPACK CONCURRENTLY command ended up in PG 18 or not. With this command, pg_squeeze would no longer need to deal with the low level stuff. (But it'd still make sense to use pg_squeeze for scheduling.)

ahouska avatar Feb 27 '25 07:02 ahouska