pgsql: Review wording on tablespaces w.r.t. partitioned tables

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Review wording on tablespaces w.r.t. partitioned tables
Date: 2024-03-20 14:30:25
Message-ID: E1rmwxV-004mqY-2y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Review wording on tablespaces w.r.t. partitioned tables

Remove a redundant comment, and document pg_class.reltablespace properly
in catalogs.sgml.

After commits a36c84c3e4a9, 87259588d0ab and others.

Backpatch to 12.

Discussion: https://postgr.es/m/202403191013.w2kr7wqlamqz@alvherre.pgsql

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/520e7afa5732b0ba27b55f99dbabeea5e2591bb7

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 9 ++++++---
src/backend/commands/tablecmds.c | 4 ----
2 files changed, 6 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-03-20 16:34:52 pgsql: Revert "Temporary patch to help debug pg_walsummary test failure
Previous Message Alvaro Herrera 2024-03-20 11:28:04 pgsql: Rework lwlocknames.txt to become lwlocklist.h