Skip to content

Pg16 compability #16

Open
ridvankorkmaz wants to merge 7 commits intopandrewhk:masterfrom
adjust:pg16-compability-3
Open

Pg16 compability #16
ridvankorkmaz wants to merge 7 commits intopandrewhk:masterfrom
adjust:pg16-compability-3

Conversation

@ridvankorkmaz
Copy link

added in common.c, md5.c and sha.c

#ifndef SET_VARSIZE
/*
 * pg >= 16 reorganized the toastable header files
 * https://github.com/postgres/postgres/commit/d952373a987bad331c0e499463159dd142ced1ef
 * to ensure cross version compatibility we do a bit of a hack here
 */
#include "varatt.h"
// #define SET_VARSIZE(PTR, len) (VARATT_SIZEP(PTR) = len)
#endif

andreasscherbaum and others added 7 commits March 24, 2023 02:12
* Add GitHub Action tests for upgrades

* Update GitHub Actions workflow

---------

Co-authored-by: Andreas Scherbaum <andreas.scherbaum@adjust.com>
We want an improved aligned workflow setup for all
our postgres extensions.
This workflow will run tests after pushing commits into
the main branch and into any open pull request's branch.
It runs tests on PostgreSQL Versions 10 to 15.

One important thing here is that the workflow uses pgxn/pgxn-tools
Docker image. It installs specified version of PostgreSQL and run tests
by pg-build-test, which runs make installcheck under the hood.

add ci badge to README.md

Let anyone see directly the current build status
---------

Co-authored-by: Artur Zakirov <zaartur@gmail.com>
A new version was released and it was not up to date in the meta json, this also allows you to update the version on PGXN.
META.json update with new version for PGXN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants