From: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | Re: pgsql: Move SQL-callable code related to multixacts into its own file |
Date: | 2025-08-19 15:17:52 |
Message-ID: | 202508191517.stvm64mnl5ss@alvherre.pgsql |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
On 2025-Aug-19, Andres Freund wrote:
> On 2025-08-19 14:01:52 +0000, Bertrand Drouvot wrote:
> > That said, autoconf does not report the issue, and that's because test/modules
> > is missing in src/Makefile. Is there any reasons for that? If not, the attached
> > fix it.
>
> That can't be the reason - it's reached from src/test/Makefile
>
> > SUBDIRS = perl postmaster regress isolation modules authentication recovery subscription
Yeah, I'm not on board with making changes to the makefiles, because
AFAIR the current arrangement is purposefully what is is. I did
discover that my build script does "make install ; make -C contrib
install", which means src/test/modules is not built. But that's a local
fix for me.
--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
<inflex> really, I see PHP as like a strange amalgamation of C, Perl, Shell
<crab> inflex: you know that "amalgam" means "mixture with mercury",
more or less, right?
<crab> i.e., "deadly poison"
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2025-08-19 15:27:25 | Re: pgsql: Move SQL-callable code related to multixacts into its own file |
Previous Message | Andres Freund | 2025-08-19 15:12:03 | Re: pgsql: Move SQL-callable code related to multixacts into its own file |