pgsql: Fix assertion failure when updating full_page_writes for checkpo

2018-09-28 Thread Amit Kapila
Fix assertion failure when updating full_page_writes for checkpointer. When the checkpointer receives a SIGHUP signal to update its configuration, it may need to update the shared memory for full_page_writes and need to write a WAL record for it. Now, it is quite possible that the XLOG machinery

pgsql: Fix assertion failure when updating full_page_writes for checkpo

2018-09-28 Thread Amit Kapila
Fix assertion failure when updating full_page_writes for checkpointer. When the checkpointer receives a SIGHUP signal to update its configuration, it may need to update the shared memory for full_page_writes and need to write a WAL record for it. Now, it is quite possible that the XLOG machinery

pgsql: Fix assertion failure when updating full_page_writes for checkpo

2018-09-28 Thread Amit Kapila
Fix assertion failure when updating full_page_writes for checkpointer. When the checkpointer receives a SIGHUP signal to update its configuration, it may need to update the shared memory for full_page_writes and need to write a WAL record for it. Now, it is quite possible that the XLOG machinery

pgsql: Fix assertion failure when updating full_page_writes for checkpo

2018-09-28 Thread Amit Kapila
Fix assertion failure when updating full_page_writes for checkpointer. When the checkpointer receives a SIGHUP signal to update its configuration, it may need to update the shared memory for full_page_writes and need to write a WAL record for it. Now, it is quite possible that the XLOG machinery

pgsql: Fix assertion failure when updating full_page_writes for checkpo

2018-09-28 Thread Amit Kapila
Fix assertion failure when updating full_page_writes for checkpointer. When the checkpointer receives a SIGHUP signal to update its configuration, it may need to update the shared memory for full_page_writes and need to write a WAL record for it. Now, it is quite possible that the XLOG machinery