BUG #19068: postgresql-server-dev-17 from apt.postgresql.org installs libpq-int.h for 18 version - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #19068: postgresql-server-dev-17 from apt.postgresql.org installs libpq-int.h for 18 version
Date
Msg-id 19068-31026de001d654be@postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      19068
Logged by:          RekGRpth
Email address:      rekgrpth@gmail.com
PostgreSQL version: 17.6
Operating system:   Ubuntu 24
Description:

postgresql-server-dev-17 from apt.postgresql.org installs libpq-int.h for 18
version
```
/usr/include/postgresql/internal/libpq-int.h:47:10: fatal error:
libpq/pg-gssapi.h: No such file or directory
   47 | #include "libpq/pg-gssapi.h"
      |          ^~~~~~~~~~~~~~~~~~~
```

libpq/pg-gssapi.h appears only in 18 in commit e92c063


pgsql-bugs by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: TRAP: failed Assert("outerPlan != NULL") in postgres_fdw.c
Next
From: PG Bug reporting form
Date:
Subject: BUG #19069: pg_advisory_xact_lock() in a WITH query doesn't work