[COMMITTERS] pgsql: lo: Add test suite - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: lo: Add test suite
Date
Msg-id E1dsgdq-0004mp-4N@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
lo: Add test suite

Reviewed-by: David Steele <david@pgmasters.net>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4cb89d830626d009ed6a4482bed3a141c5039a7c

Modified Files
--------------
contrib/lo/.gitignore      |  4 ++++
contrib/lo/Makefile        |  2 ++
contrib/lo/expected/lo.out | 42 ++++++++++++++++++++++++++++++++++++++++++
contrib/lo/sql/lo.sql      | 25 +++++++++++++++++++++++++
doc/src/sgml/lo.sgml       |  2 +-
5 files changed, 74 insertions(+), 1 deletion(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Add missing tags to GetCommandLogLevel.
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Remove TupleDesc remapping logic from tqueue.c.