Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pg16 compability #16

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

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 <[email protected]>
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 <[email protected]>
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