Silence compiler warnings Commit cfdf4dc4fc96 left a few unnecessary assignments, one of which caused compiler warnings, as reported by Erik Rijkers. Remove them all.
Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/3be5fe2b107fae24e03c9d29d7bd7c7ad5345787 Modified Files -------------- contrib/pg_prewarm/autoprewarm.c | 18 ++++++++---------- src/backend/postmaster/bgwriter.c | 8 ++++---- src/test/modules/worker_spi/worker_spi.c | 9 ++++----- 3 files changed, 16 insertions(+), 19 deletions(-)
