OSDN Git Service

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 5f83db9..2eb7bac 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
 
 
 #---------------------------------------------------------------------------