• D
    Use SIMPLE_FAULT_INJECTOR() macro where possible · 38741b45
    Daniel Gustafsson 提交于
    Callers to FaultInjector_InjectFaultIfSet() which don't pass neither
    databasename nor tablename and that use DDLNotSpecified can instead
    use the convenient macro SIMPLE_FAULT_INJECTOR() which cuts down on
    the boilerplate in the code. This commit does not bring any changes
    in functionality, merely readability.
    38741b45
procarray.c 66.0 KB