pgsql: Move the StdRdOptions parse table to file scope.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move the StdRdOptions parse table to file scope.
Date: 2026-08-21 18:43:35
Message-ID: E1wxUDG-00000001Xxs-2vSP@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move the StdRdOptions parse table to file scope.

This is preparatory work for a follow-up commit that will walk the
table from another function. This just moves code around; it
shouldn't change any behavior.

Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Reviewed-by: Sami Imseih <samimseih(at)gmail(dot)com>
Discussion: https://postgr.es/m/aFRxC1W_kZU9OjJ9%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4ee79f3b464f97999caa44624f393199a69850a5

Modified Files
--------------
src/backend/access/common/reloptions.c | 114 +++++++++++++++++----------------
1 file changed, 59 insertions(+), 55 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2026-08-21 19:45:45 pgsql: Fix typo.
Previous Message Nathan Bossart 2026-08-21 16:52:03 pgsql: Ensure TOAST storage parameters have unsettable defaults.