Skip to content

Fixes #2164: Adds support for PostgreSQL 18 #2165

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sanchayanghosh
Copy link

@sanchayanghosh sanchayanghosh commented Apr 20, 2025

Fixes #2164

  1. In PostgreSQL 18, TupleDescAttr is now used to access ScanTuple->tts_tupleDescriptor->attrs since attrs is now replaced by compact_attrs to save on memory in PostgreSQL 18. In PostgreSQL 16, 17 and 18 we have a function TupleDescAttr which allows to acess pg_attrs
  2. In PostgreSQL palloc0fast is now merged into palloc0.
  3. Few funcitons now reuiqre executor/executor.h and are no longer present in the other includes.

1. In PostgreSQL 18, TupleDescAttr is now used to access
ScanTuple->tts_tupleDescriptor->attrs since attrs is now replaced by
compact_attrs to save on memory in PostgreSQL 18. In PostgreSQL 16, 17
and 18 we have a function TupleDescAttr which allows to acess pg_attrs
2. In PostgreSQL palloc0fast is now merged into palloc0.
3. Few funcitons now reuiqre executor/executor.h and are no longer
present in the other includes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant