From: | Richard Guo <rguo(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove duplicated comment in get_relation_constraints |
Date: | 2025-04-03 07:44:18 |
Message-ID: | E1u0FFK-002QnF-1c@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove duplicated comment in get_relation_constraints
The check for non-inheritable constraints is performed later, and the
same comment is included at that point.
While we're here, remove one extraneous blank line.
Author: jian he <jian(dot)universality(at)gmail(dot)com>
Reviewed-by: Kirill Reshke <reshkekirill(at)gmail(dot)com>
Reviewed-by: Richard Guo <guofenglinux(at)gmail(dot)com>
Discussion: https://postgr.es/m/CACJufxETi6x86S8EkH8mRfOcm2AenoE9t1pyCFVMpU34gVhF3w@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/ea5d3f52334a1693a8b9e110095718c79a678a5f
Modified Files
--------------
src/backend/optimizer/util/plancat.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Álvaro Herrera | 2025-04-03 07:57:07 | pgsql: 002_pg_upgrade.pl: rename some variables for clarity |
Previous Message | Peter Eisentraut | 2025-04-03 07:28:28 | pgsql: Update Unicode data to CLDR 47 |