R.5. pg_receivexlog переименована в pg_receivewal
В Postgres Pro 9.6 и более ранних версиях существовала команда pg_receivexlog (предназначенная для получения файлов журнала предзаписи (WAL)). Эта команда была переименована в pg_receivewal; о ней рассказывается в описании pg_receivewal, а информация о данном изменении представлена в Замечаниях к выпуску PostgreSQL 10.
R.5. pg_receivexlog renamed to pg_receivewal
Postgres Pro 9.6 and below provided a command named pg_receivexlog to fetch write-ahead-log (WAL) files. This command was renamed to pg_receivewal, see pg_receivewal for documentation of pg_receivewal and see the release notes for PostgreSQL 10 for details on this change.