Re: Changing shared_buffers without restart

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: Changing shared_buffers without restart
Date: 2025-04-09 08:19:10
Message-ID: vueqweb3hiszvjd3vwim6xmveuriw7nj4mkzeb5l7jgj3g4kwa@g55p4ifgp3ky
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Wed, Apr 09, 2025 at 01:20:16PM GMT, Ashutosh Bapat wrote:
> ../../coderoot/pg/src/include/storage/s_lock.h:93:2: error: #error
> "s_lock.h may not be included from frontend code"
>
> How about this? Why is that happening?

The same -- as you can see it comes from compiling pg_numa.c, which as
it seems used in frontend and imports pg_shmem.h . I wanted to reshuffle
includes in the patch anyway, that would be a good excuse to finally do
this.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-04-09 08:23:06 tab complete for COPY populated materialized view TO
Previous Message Christoph Berg 2025-04-09 08:14:32 Re: [PoC] Federated Authn/z with OAUTHBEARER