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 <[email protected]> Reviewed-by: Sami Imseih <[email protected]> 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(-)
