pgsql: Fix documentation of check_option in information_schema.views

2019-06-01 Thread Michael Paquier
Fix documentation of check_option in information_schema.views Support of CHECK OPTION for updatable views has been added in 9.4, but the documentation of information_schema never got the call even if the information displayed is correct. Author: Gilles Darold Discussion: https://postgr.es/m/75d07

pgsql: Fix documentation of check_option in information_schema.views

2019-06-01 Thread Michael Paquier
Fix documentation of check_option in information_schema.views Support of CHECK OPTION for updatable views has been added in 9.4, but the documentation of information_schema never got the call even if the information displayed is correct. Author: Gilles Darold Discussion: https://postgr.es/m/75d07

pgsql: Fix documentation of check_option in information_schema.views

2019-06-01 Thread Michael Paquier
Fix documentation of check_option in information_schema.views Support of CHECK OPTION for updatable views has been added in 9.4, but the documentation of information_schema never got the call even if the information displayed is correct. Author: Gilles Darold Discussion: https://postgr.es/m/75d07

pgsql: Fix documentation of check_option in information_schema.views

2019-06-01 Thread Michael Paquier
Fix documentation of check_option in information_schema.views Support of CHECK OPTION for updatable views has been added in 9.4, but the documentation of information_schema never got the call even if the information displayed is correct. Author: Gilles Darold Discussion: https://postgr.es/m/75d07

pgsql: Fix documentation of check_option in information_schema.views

2019-06-01 Thread Michael Paquier
Fix documentation of check_option in information_schema.views Support of CHECK OPTION for updatable views has been added in 9.4, but the documentation of information_schema never got the call even if the information displayed is correct. Author: Gilles Darold Discussion: https://postgr.es/m/75d07

pgsql: Fix documentation of check_option in information_schema.views

2019-06-01 Thread Michael Paquier
Fix documentation of check_option in information_schema.views Support of CHECK OPTION for updatable views has been added in 9.4, but the documentation of information_schema never got the call even if the information displayed is correct. Author: Gilles Darold Discussion: https://postgr.es/m/75d07

pgsql: Increase test coverage for worker_spi by ∞%

2019-06-01 Thread Alvaro Herrera
Increase test coverage for worker_spi by ∞% This test module was not getting invoked, other than at compile time, limiting its usefulness -- and keeping its coverage at 0%. Add a minimal regression test to ensure it runs on make check-world; this makes it 92% covered (line-wise), which seems suff