]> granicus.if.org Git - postgresql/commitdiff
Adjust obsolete comment about memory needs for lock table.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Sep 2004 21:19:30 +0000 (21:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Sep 2004 21:19:30 +0000 (21:19 +0000)
src/backend/utils/misc/postgresql.conf.sample

index 5f83db9bd3998388274c9df1515f69b01e454491..2eb7baceae49d54e3b11f798be2fa88ae602ebf6 100644 (file)
 #---------------------------------------------------------------------------
 
 #deadlock_timeout = 1000       # in milliseconds
-#max_locks_per_transaction = 64        # min 10, ~260*max_connections bytes each
+#max_locks_per_transaction = 64        # min 10, ~200*max_connections bytes each
 
 
 #---------------------------------------------------------------------------