pgsql: Properly use $(AWK) in Makefile, not 'awk' - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Properly use $(AWK) in Makefile, not 'awk'
Date
Msg-id E1tIg6x-0010K3-3X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Properly use $(AWK) in Makefile, not 'awk'

Fix for commit 498f1307569.

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/77c189cdafe3873b7273149fbc490cc11c431cc3

Modified Files
--------------
doc/src/sgml/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Use and for c.h integers.
Next
From: Amit Kapila
Date:
Subject: pgsql: Ensure stored generated columns must be published when required.