relrewrite not documented at the top of heap_create_with_catalog()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: relrewrite not documented at the top of heap_create_with_catalog()
Date: 2025-06-16 06:49:18
Message-ID: aE--bmEv-gJUTH5v@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

While looking at the heap code, I've found that relrewrite, parameter
used a trick to keep a link to the original relation rewritten, is not
documented at the top of heap_create_with_catalog() contrary to all
its other parameters.

A simple patch is attached to document that.

Thanks,
--
Michael

Attachment Content-Type Size
heap-relrewrite.patch text/x-diff 576 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vaibhav Dalvi 2025-06-16 07:29:31 Re: pg_upgrade fails with an error "object doesn't exist"
Previous Message jian he 2025-06-16 05:52:45 Re: Add SPLIT PARTITION/MERGE PARTITIONS commands