| 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:49 |
| Message-ID: | E1vlMgu-002FgZ-1R@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_7_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=118f619327b3ca3616f7414d582d50d1dd9f114b
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:54 | pgpool: Allow parallel make. |
| Previous Message | Tatsuo Ishii | 2026-01-29 07:43:43 | pgpool: Allow parallel make. |