Make the yacc rules safe for parallel make. See discussion on pgsql-patches
Peter Eisentraut <peter_e@gmx.net>
Make the yacc rules safe for parallel make. See discussion on pgsql-patches and comment in src/backend/parser/Makefile for the technical details.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/cube/Makefile | modified | +4 −2 |
| contrib/seg/Makefile | modified | +4 −2 |
| src/backend/bootstrap/Makefile | modified | +5 −3 |
| src/backend/parser/Makefile | modified | +15 −4 |
| src/interfaces/ecpg/preproc/Makefile | modified | +6 −4 |
| src/pl/plpgsql/src/Makefile | modified | +4 −2 |