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

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: rekgrpth(at)gmail(dot)com
Subject: BUG #19068: postgresql-server-dev-17 from apt.postgresql.org installs libpq-int.h for 18 version
Date: 2025-10-02 11:08:10
Message-ID: 19068-31026de001d654be@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 19068
Logged by: RekGRpth
Email address: rekgrpth(at)gmail(dot)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

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2025-10-02 13:11:37 BUG #19069: pg_advisory_xact_lock() in a WITH query doesn't work
Previous Message Etsuro Fujita 2025-10-02 11:01:07 Re: TRAP: failed Assert("outerPlan != NULL") in postgres_fdw.c