missing entry in GucSource_Names

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: missing entry in GucSource_Names
Date: 2009-10-13 06:31:50
Message-ID: 1255415510.15145.115.camel@jdavis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It appears that the patch here:

http://git.postgresql.org/gitweb?p=postgresql.git;a=commit;h=a30fa4ca33d055c46bebc0e5c701d5b4fd27814d

missed adding PGC_S_DATABASE_USER to a few locations, most notably
GucSource_Names, where the PGC_S_SESSION now points off the end of the
array.

Patch attached.

Regards,
Jeff Davis

Attachment Content-Type Size
database-user.patch text/x-patch 1.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Scott Marlowe 2009-10-13 07:10:48 Re: [HACKERS] contrib/plantuner - enable PostgreSQL planner hints
Previous Message Josh Berkus 2009-10-13 05:38:00 Re: transaction_isolation vs. default_transaction_isolation