| From: | Robert Haas <rhaas(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix typos and bump catversion. |
| Date: | 2022-11-18 21:18:44 |
| Message-ID: | E1ow8l1-000my9-Ar@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Fix typos and bump catversion.
Typos reported by Álvaro Herrera and Erik Rijkers.
Catversion bump for 3d14e171e9e2236139e8976f3309a588bcc8683b was
inadvertently omitted.
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/2fb6154fcd769b2d4ea1226788e0ec2fc3522cb8
Modified Files
--------------
doc/src/sgml/ref/grant.sgml | 2 +-
src/bin/pg_dump/pg_dumpall.c | 1 -
src/include/catalog/catversion.h | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-11-19 17:00:52 | pgsql: pg_dump: avoid unsafe function calls in getPolicies(). |
| Previous Message | Robert Haas | 2022-11-18 18:42:45 | pgsql: Add a SET option to the GRANT command. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2022-11-18 21:19:15 | Re: allowing for control over SET ROLE |
| Previous Message | Tom Lane | 2022-11-18 20:55:34 | test/modules/test_oat_hooks vs. debug_discard_caches=1 |