File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111# #  Problems
1212# # 1) Don't know what to do with TRANSACTION ISOLATION LEVEL
1313
14- # # if an option is valid but shows up in only one file (guc.h  or 
14+ # # if an option is valid but shows up in only one file (guc.c  or 
1515# # postgresql.conf.sample, it should be listed here so that it 
1616# # can be ignored
1717INTENTIONALLY_NOT_INCLUDED=" pre_auth_delay lc_messages lc_monetary \ 
1818lc_time lc_numeric fixbtree"  
1919
2020# ## What options are listed in postgresql.conf.sample, but don't appear 
21- # ## in guc.h ?
21+ # ## in guc.c ?
2222
2323#  grab everything that looks like a setting and convert it to lower case
2424SETTINGS=` grep '  =' |  
@@ -45,7 +45,7 @@ for i in $SETTINGS ; do
4545  fi 
4646done 
4747
48- # ## What options are listed in guc.h , but don't appear 
48+ # ## What options are listed in guc.c , but don't appear 
4949# ## in postgresql.conf.sample?
5050
5151#  grab everything that looks like a setting and convert it to lower case
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments