pgsql: Have pgindent requre pg_bsd_indent version 1.2 now that a new ve - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Have pgindent requre pg_bsd_indent version 1.2 now that a new ve
Date
Msg-id E1T5zQ6-0003hl-HV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Have pgindent requre pg_bsd_indent version 1.2 now that a new version
has been created by adding #include <stdlib.h> to parse.c.

per request from Kevin Grittner.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e40bddb0f3ce9f9bf7c960b35f6ac0c19f65612b

Modified Files
--------------
src/tools/pgindent/pgindent |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Collect and use histograms of lower and upper bounds for range t
Next
From: Tom Lane
Date:
Subject: pgsql: Fix DROP INDEX CONCURRENTLY IF EXISTS.