|
msiVacuum |
( |
ruleExecInfo_t * |
rei |
) |
|
- Description:
- Postgres vacuum, done periodically to optimize indices and performance
- Module:
- core
- Since:
- pre-2.1
- Author:
- Wayne Schroeder
- Date:
- December 2006
- Note:
- The effect of this is that iCAT database gets vacuumed. This microservice works with PostgreSQL only.
-
This is run via an 'iadmin' command (iadmin pv) via a rule in the core.irb. It is not designed for general use in other situations (i.e. don't call this from other rules).
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 481 of file icatGeneralMS.c.
|