pgsql: Refactor ObjectAddress field assignments in more places

2020-07-01 Thread Michael Paquier
Refactor ObjectAddress field assignments in more places This is a follow-up commit similar to 68de144, with more places in the backend code simplified with the macros able to assign values to the fields of ObjectAddress. The code paths changed here could be transitioned later into using more grou

pgsql: Move description of libpqwalreceiver hooks out of the replicatio

2020-07-01 Thread Michael Paquier
Move description of libpqwalreceiver hooks out of the replication's README src/backend/replication/README includes since 32bc08b a basic description of the WAL receiver hooks available in walreceiver.h for a module like libpqwalreceiver, but the README has never been updated to reflect changes don