postgresql/src/backend/replication/libpqwalreceiver
Alvaro Herrera 2c86077765
struct PQWalReceiverFunctions: use designated initializers
We now require that compilers support this, and it makes the code easier
to trace, so change it.  I'm fixated on this particular struct because
I've had to navigate around it a number of times, but there are others
elsewhere that could use the same treatment.

Discussion: https://postgr.es/m/20220810140300.ixhbmm4svo5yypv6@alvherre.pgsql
2022-08-11 12:07:05 +02:00
..
libpqwalreceiver.c struct PQWalReceiverFunctions: use designated initializers 2022-08-11 12:07:05 +02:00
Makefile