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 d1ab3eb commit 4c22564Copy full SHA for 4c22564
src/backend/postmaster/autovacuum.c
@@ -55,7 +55,7 @@
55
*
56
57
* IDENTIFICATION
58
- * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.86 2008/11/03 19:03:41 alvherre Exp $
+ * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.87 2008/11/12 10:10:32 heikki Exp $
59
60
*-------------------------------------------------------------------------
61
*/
@@ -222,7 +222,7 @@ typedef enum
222
{
223
AutoVacForkFailed, /* failed trying to start a worker */
224
AutoVacRebalance, /* rebalance the cost limits */
225
- AutoVacNumSignals = AutoVacRebalance /* must be last */
+ AutoVacNumSignals /* must be last */
226
} AutoVacuumSignal;
227
228
/*-------------
0 commit comments