pgsql: Rework option set of vacuumlo

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rework option set of vacuumlo
Date: 2018-08-28 12:44:24
Message-ID: E1fudM8-0000af-Lm@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rework option set of vacuumlo

Like oid2name, vacuumlo has been lacking consistency with other
utilities for its options:
- Connection options gain long aliases.
- Document environment variables which could be used: PGHOST, PGPORT and
PGUSER.

Documentation and code is reordered to be more consistent. A basic set
of TAP tests has been added while on it.

Author: Tatsuro Yamada
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/c7e7f25c-1747-cd0f-9335-390bc97b2db5@lab.ntt.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bfea331a5e1b993d22071fc1696e6e8811d2d0d4

Modified Files
--------------
contrib/vacuumlo/.gitignore | 2 ++
contrib/vacuumlo/Makefile | 6 ++++
contrib/vacuumlo/t/001_basic.pl | 9 +++++
contrib/vacuumlo/vacuumlo.c | 79 ++++++++++++++++++++++++-----------------
doc/src/sgml/vacuumlo.sgml | 39 +++++++++++++++++---
5 files changed, 98 insertions(+), 37 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Gierth 2018-08-28 14:07:59 pgsql: postgres_fdw: don't push ORDER BY with no vars (bug #15352)
Previous Message Michael Paquier 2018-08-28 12:33:59 pgsql: Rework option set of oid2name