| From: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
|---|---|
| To: | pgpool-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgpool: Allow parallel make. |
| Date: | 2026-01-29 07:43:32 |
| Message-ID: | E1vlMgd-002FUW-1z@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgpool-committers |
Allow parallel make.
Previously a parallel make failed with:
In file included from parser.c:27:
../../src/include/parser/gramparse.h:33:10: fatal error: gram.h: No such file or directory
33 | #include "gram.h"
Author: anthony(at)roussel(dot)dev
Discussion: https://github.com/pgpool/pgpool2/pull/146
Backpatch-through: v4.3
Branch
------
V4_4_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=9d61c047c5db714d2d0931677cfbcc1802858042
Modified Files
--------------
src/parser/Makefile.am | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2026-01-29 07:43:37 | pgpool: Allow parallel make. |
| Previous Message | Tatsuo Ishii | 2026-01-29 07:43:26 | pgpool: Allow parallel make. |