true_false_to_on_off_0727.patch

application/octet-stream

Filename: true_false_to_on_off_0727.patch
Type: application/octet-stream
Part: 0
Message: Re: [COMMITTERS] pgsql: Add restart_after_crash GUC.

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: context
File+
src/backend/utils/misc/postgresql.conf.sample 2 2
*** a/src/backend/utils/misc/postgresql.conf.sample
--- b/src/backend/utils/misc/postgresql.conf.sample
***************
*** 524,531 ****
  # ERROR HANDLING
  #------------------------------------------------------------------------------
  
! #exit_on_error = false				# terminate session on any error?
! #restart_after_crash = true			# reinitialize after backend crash?
  
  
  #------------------------------------------------------------------------------
--- 524,531 ----
  # ERROR HANDLING
  #------------------------------------------------------------------------------
  
! #exit_on_error = off				# terminate session on any error?
! #restart_after_crash = on			# reinitialize after backend crash?
  
  
  #------------------------------------------------------------------------------