pgsql: Update obsolete comment. - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Update obsolete comment.
Date
Msg-id E1iMTEP-0002mi-I3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update obsolete comment.

Commit b52b7dc25, which moved code creating PartitionBoundInfo in
RelationBuildPartitionDesc() in partcache.c (relocated to partdesc.c
afterwards) to partbounds.c, should have updated this, but didn't.

Author: Etsuro Fujita
Reviewed-by: Alvaro Herrera
Backpatch-through: 12
Discussion: https://postgr.es/m/CAPmGK16Uxr%3DPatiGyaRwiQVLB7Y-GqbkK3AxRLVYzU0Czv%3DsEw%40mail.gmail.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/48de3bb1a50d3c53f50d827a05deee5adcbb936e

Modified Files
--------------
src/backend/partitioning/partbounds.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix memory leak introduced in commit 7df159a620.
Next
From: Tom Lane
Date:
Subject: pgsql: Use CFLAGS_SL while probing linkability of libperl.