Thread: pgsql: Remove duplicated comment in get_relation_constraints

pgsql: Remove duplicated comment in get_relation_constraints

From
Richard Guo
Date:
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.universality@gmail.com>
Reviewed-by: Kirill Reshke <reshkekirill@gmail.com>
Reviewed-by: Richard Guo <guofenglinux@gmail.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(-)