pgsql: In SGML we only need to worry about "<", not ">"; update script - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In SGML we only need to worry about "<", not ">"; update script
Date
Msg-id E1Qz85P-0001Bg-Nr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In SGML we only need to worry about "<", not ">";  update scripts.

Branch
------
master

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

Modified Files
--------------
src/tools/RELEASE_CHANGES |    2 +-
src/tools/find_gt_lt      |    6 ------
src/tools/find_lt         |    6 ++++++
3 files changed, 7 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Remove "fmgr.h" include in cube contrib --- caused crash on a Ge
Next
From: Bruce Momjian
Date:
Subject: pgsql: Add missing hba.h include for NetBSD.