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
    • Robert Haas's avatar
      6f59777c
      Code cleanup for assign_transaction_read_only. · 6f59777c
      Robert Haas authored
      As in commit fb4c5d27 on 2011-01-21,
      this avoids spurious debug messages and allows idempotent changes at
      any time.  Along the way, make assign_XactIsoLevel allow idempotent
      changes even when not within a subtransaction, to be consistent with
      the new coding of assign_transaction_read_only and because there's
      no compelling reason to do otherwise.
      
      Kevin Grittner, with some adjustments.
      6f59777c
      History
      Code cleanup for assign_transaction_read_only.
      Robert Haas authored
      As in commit fb4c5d27 on 2011-01-21,
      this avoids spurious debug messages and allows idempotent changes at
      any time.  Along the way, make assign_XactIsoLevel allow idempotent
      changes even when not within a subtransaction, to be consistent with
      the new coding of assign_transaction_read_only and because there's
      no compelling reason to do otherwise.
      
      Kevin Grittner, with some adjustments.