Skip to content

Postgres 19 support - #68

Closed
RekGRpth wants to merge 1 commit into
powa-team:masterfrom
RekGRpth:patch-2
Closed

Postgres 19 support#68
RekGRpth wants to merge 1 commit into
powa-team:masterfrom
RekGRpth:patch-2

Conversation

@RekGRpth

Copy link
Copy Markdown
Contributor

The commit postgres/postgres@a2c8983 removed proc.h from shm_mq.h.

The commit postgres/postgres@a2c8983 removed proc.h from shm_mq.h.
Comment thread pg_stat_kcache.c
#endif
#include "storage/fd.h"
#include "storage/ipc.h"
#if PG_VERSION_NUM >= 190000

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the commit message isn't very helpful as we don't include shm_mq.h, and this commit doesn't include proc.h either. I only had a quick look but it seems that lwlock.h was incidentally included via parallel.h. I think it's better to include lwlock.h for all versions, as it's a better practice to have more (and more specific) includes rather than fewer and broader scoped ones.

In any case, this should be parked in #66 so I will close this PR after the review.

@rjuju

rjuju commented Feb 28, 2026

Copy link
Copy Markdown
Member

As mentioned in the review this should be parked in #66

@rjuju rjuju closed this Feb 28, 2026
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.

2 participants