Make some use of anonymous unions [reloptions] In the spirit of commit 4b7e6c73b0df and following, which see for more details; it appears to have been quite an uncontroversial C11 feature to use and it makes the code nicer to read.
This commit changes the relopt_value struct. Author: Peter Eisentraut <[email protected]> Author: Álvaro Herrera <[email protected]> Note: Yes, this was written twice independently. Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/69f98fce5bfb82260c66bdae88b6293146cf79ec Modified Files -------------- src/backend/access/common/reloptions.c | 38 +++++++++++++++++----------------- src/include/access/reloptions.h | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-)
