Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf0231 commit b83e116Copy full SHA for b83e116
src/backend/commands/vacuumlazy.c
@@ -38,7 +38,7 @@
38
*
39
40
* IDENTIFICATION
41
- * $PostgreSQL: pgsql/src/backend/commands/vacuumlazy.c,v 1.100 2007/09/24 03:52:55 alvherre Exp $
+ * $PostgreSQL: pgsql/src/backend/commands/vacuumlazy.c,v 1.101 2007/09/26 20:16:28 alvherre Exp $
42
43
*-------------------------------------------------------------------------
44
*/
@@ -75,7 +75,7 @@
75
* provide an upper limit to memory allocated when vacuuming small
76
* tables.
77
78
-#define LAZY_ALLOC_TUPLES 200
+#define LAZY_ALLOC_TUPLES MaxHeapTuplesPerPage
79
80
typedef struct LVRelStats
81
{
0 commit comments