~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to src/include/utils/guc.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-14 09:53:29 UTC
  • mto: (6.1.1 sid) (10.1.1 oneiric-proposed) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20110614095329-71gfhjywyp2c27au
Tags: upstream-9.1~beta2
ImportĀ upstreamĀ versionĀ 9.1~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
 */
83
83
typedef enum
84
84
{
85
 
        PGC_S_DEFAULT,                          /* wired-in default */
 
85
        PGC_S_DEFAULT,                          /* hard-wired default ("boot_val") */
 
86
        PGC_S_DYNAMIC_DEFAULT,          /* default computed during initialization */
86
87
        PGC_S_ENV_VAR,                          /* postmaster environment variable */
87
88
        PGC_S_FILE,                                     /* postgresql.conf */
88
89
        PGC_S_ARGV,                                     /* postmaster command line */