Skip to content

Adjust code for PostgreSQL 12 EOL #88

@shruthikc-gowda

Description

@shruthikc-gowda

The below check in pg_squeeze.c needs adjustment since we no longer support Postgres 12.

#if PG_VERSION_NUM < 120000
#error "PostgreSQL version 12 or higher is required"
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions