Change config_generic.vartype to be initialized at compile time

Peter Eisentraut <peter@eisentraut.org>

Commit: e1a912c86d5205371b043772aa89908f2452cbf0
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-10-17T08:33:54Z
Change config_generic.vartype to be initialized at compile time

Previously, this was initialized at run time so that it did not have
to be maintained by hand in guc_tables.c.  But since that table is now
generated anyway, we might as well generate this bit as well.

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/8fdfb91e-60fb-44fa-8df6-f5dea47353c9@eisentraut.org

Files

Discussion