Declare two variables in snapbuild.c as static.

Andres Freund <andres@anarazel.de>

Commit: 8fff977e29cda7c1641c43f9b293134adc77b65a
Author: Andres Freund <andres@anarazel.de>
Date: 2014-08-31T21:53:12Z
Releases: 9.5.0
Declare two variables in snapbuild.c as static.

Neither is accessed externally, I just seem to have missed the static
when writing the code.

Files

PathChange+/−
src/backend/replication/logical/snapbuild.c modified +2 −2