Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

variable.c

Blame
    • Tom Lane's avatar
      f4657116
      Get rid of postgres.c's separate parsing logic for PGDATESTYLE env. · f4657116
      Tom Lane authored
      variable, instead calling same code in variable.c that is used to parse
      SET DATESTYLE.  Fix bug: although backend's startup datestyle had been
      changed to ISO, 'RESET DATESTYLE' and 'SET DATESTYLE TO DEFAULT' didn't
      know about it.  For consistency I have made the latter two reset to the
      PGDATESTYLE-defined initial value, which may not be the same as the
      compiled-in default of ISO.
      f4657116
      History
      Get rid of postgres.c's separate parsing logic for PGDATESTYLE env.
      Tom Lane authored
      variable, instead calling same code in variable.c that is used to parse
      SET DATESTYLE.  Fix bug: although backend's startup datestyle had been
      changed to ISO, 'RESET DATESTYLE' and 'SET DATESTYLE TO DEFAULT' didn't
      know about it.  For consistency I have made the latter two reset to the
      PGDATESTYLE-defined initial value, which may not be the same as the
      compiled-in default of ISO.