Re: A new C function `get_partition_root`.

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, shveta malik <shveta(dot)malik(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: A new C function `get_partition_root`.
Date: 2026-08-03 09:04:24
Message-ID: anBYlEZPmjz0zMgS@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I'd say this looks okay, but why do you need get_partition_root_guts()
exposed in partition.h? In fact, it's not clear to me why you need a
second routine at all. Why isn't enough to have just get_partition_root()?

--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
"Estoy de acuerdo contigo en que la verdad absoluta no existe...
El problema es que la mentira sí existe y tu estás mintiendo" (G. Lama)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-08-03 09:12:55 Re: Add pg_stat_kind_info system view
Previous Message Bohyun Lee 2026-08-03 09:01:12 Re: [Patch]The Case For WAL-Logging pg_upgrade