pgsql: Fix wrong articles in pg_proc descriptions.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix wrong articles in pg_proc descriptions.
Date: 2017-02-15 17:16:24
Message-ID: E1ce3Bo-0002an-8T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix wrong articles in pg_proc descriptions.

This technically should involve a catversion bump, but that seems
pedantic, so I skipped it.

Report and patch by David Christensen.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5d40286985af3ea60eda3b873ce4ee26f96505f4

Modified Files
--------------
src/include/catalog/pg_proc.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-02-15 18:38:09 pgsql: Replace min_parallel_relation_size with two new GUCs.
Previous Message Robert Haas 2017-02-15 16:08:08 pgsql: Document new libpq connection statuses for target_session_attrs.