Fix prologue of get_partition_ancestors()

Peter Eisentraut <peter@eisentraut.org>

Commit: e557db106ef69413edb75c362191084ee73a0f55
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2023-12-21T10:42:12Z
Releases: 17.0
Fix prologue of get_partition_ancestors()

The callers of this function assume that the first Oid in the list
returned by this function corresponds to the immediate parent and the
last on corresponds to the topmost parent.  Make that explicit in the
function prologue.

Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Discussion: https://www.postgresql.org/message-id/CAExHW5vCbATEmht861=G-BFPHNwLUqyeGa_=8-xibJ6Q1UxAeA@mail.gmail.com

Files

PathChange+/−
src/backend/catalog/partition.c modified +3 −1

Discussion