Re: guc variables flags explicitly initialisation - Mailing list pgsql-patches

From Tom Lane
Subject Re: guc variables flags explicitly initialisation
Date
Msg-id 19587.1082302071@sss.pgh.pa.us
Whole thread Raw
In response to guc variables flags explicitly initialisation  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: guc variables flags explicitly initialisation  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-patches
Fabien COELHO <coelho@cri.ensmp.fr> writes:
> please find attached a large but simple patch that insures that all guc
> variables flags are explicitly set, instead of relying on the default
> behavior of static variable area to be filled with zeros.

This seems entirely pointless.  Why should we add a large amount of
noise to these table definitions to avoid relying on standard C behavior?

            regards, tom lane

pgsql-patches by date:

Previous
From: Kris Jurka
Date:
Subject: EXECUTE command tag returns actual command
Next
From: Tom Lane
Date:
Subject: Re: Basic subtransaction facility