pgsql: Add comment about default partition in check_new_partition_bound

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add comment about default partition in check_new_partition_bound
Date: 2018-04-12 19:52:54
Message-ID: E1f6iH8-00059m-IB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add comment about default partition in check_new_partition_bound

The intention of the test is not immediately obvious, so we need this
much.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/181ccbb5e49cdc628e0c8334a9ed57dbc736efe8

Modified Files
--------------
src/backend/catalog/partition.c | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-04-12 19:57:17 pgsql: Revert lowering of lock level for ATTACH PARTITION
Previous Message Tom Lane 2018-04-12 19:12:23 pgsql: YA attempt to stabilize the results of the postgres_fdw regressi