Move variable closer to where it is used This avoids an unused variable warning on Windows when building without asserts
From: David Rowley <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/aa04b323c36931f96159ab1fd6f74f8401ab4c92 Modified Files -------------- src/backend/utils/cache/relfilenodemap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
