*** postgresql.conf.sample.orig	Sun Jul  6 15:51:02 2003
--- postgresql.conf.sample	Sun Jul  6 17:17:23 2003
***************
*** 57,63 ****
  # ---------------------------------
  # Memory
  
! #shared_buffers = 64		# min 16, at least max_connections*2, 8KB each
  #sort_mem = 1024		# min 64, size in KB
  #vacuum_mem = 8192		# min 1024, size in KB
  
--- 57,64 ----
  # ---------------------------------
  # Memory
  
! # min 16, at least max_connections*2, 8KB each
! #shared_buffers 		
  #sort_mem = 1024		# min 64, size in KB
  #vacuum_mem = 8192		# min 1024, size in KB
  
***************
*** 105,111 ****
  
  # Planner Cost Constants
  
! #effective_cache_size = 1000	# typically 8KB each
  #random_page_cost = 4		# units are one sequential page fetch cost
  #cpu_tuple_cost = 0.01		# (same)
  #cpu_index_tuple_cost = 0.001	# (same)
--- 106,113 ----
  
  # Planner Cost Constants
  
! # typically 8KB each
! #effective_cache_size 
  #random_page_cost = 4		# units are one sequential page fetch cost
  #cpu_tuple_cost = 0.01		# (same)
  #cpu_index_tuple_cost = 0.001	# (same)
