Remove duplicated comment in get_relation_constraints

Richard Guo <rguo@postgresql.org>

Commit: ea5d3f52334a1693a8b9e110095718c79a678a5f
Author: Richard Guo <rguo@postgresql.org>
Date: 2025-04-03T07:43:53Z
Releases: 18.0
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

Files

PathChange+/−
src/backend/optimizer/util/plancat.c modified +1 −3

Discussion