On 11/25/2014 12:17 AM, Robert Haas wrote:
Add infrastructure to save and restore GUC values.

This is further infrastructure for parallelism.

Amit Khandekar, Noah Misch, Robert Haas

guc.c: In function ‘EstimateGUCStateSpace’:
guc.c:8506:7: warning: ‘valsize’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  Size  valsize;
       ^
guc.c: In function ‘SerializeGUCState’:
guc.c:8762:56: warning: ‘i_role’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  serialize_variable(&curptr, &bytes_left, guc_variables[i_role]);
                                                        ^
- Heikki



--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to