diff options
author | Fujii Masao <fujii@postgresql.org> | 2016-04-11 15:52:27 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2016-04-11 15:52:27 +0900 |
commit | 0038c1e2181b520a9307aae6587e110468072392 (patch) | |
tree | 20a9f4178c345825cabac04c88ffac12f964041f /src/backend/executor/nodeRecursiveunion.c | |
parent | f73b2bbbdcb387aa90ff619fe03d1924ed82b868 (diff) | |
download | postgresql-0038c1e2181b520a9307aae6587e110468072392.tar.gz postgresql-0038c1e2181b520a9307aae6587e110468072392.zip |
Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.
The existing code would either Assert or generate an invalid
SyncRepConfig variable, neither of which is desirable. A regular
error should be thrown instead.
This commit silences compiler warning in non assertion-enabled builds.
Per report from Jeff Janes.
Suggested fix by Tom Lane.
Diffstat (limited to 'src/backend/executor/nodeRecursiveunion.c')
0 files changed, 0 insertions, 0 deletions