mirror of https://github.com/postgres/postgres
The assertion checking MyProcNumber used MaxBackends as the upper bound, but the procInfos array is allocated with size MaxBackends + NUM_AUXILIARY_PROCS. This inconsistency would cause a false assertion failure if an auxiliary process calls WaitForLSN(). Author: Xuneng Zhou <xunengzhou@gmail.com>pull/256/head
parent
6c5c393b74
commit
d6ef8ee3ee
Loading…
Reference in new issue