postgresql/src/backend
Fujii Masao 0038c1e218 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.
2016-04-11 15:52:27 +09:00
..
access Further minor improvement in generic_xlog.c: always say REGBUF_STANDARD. 2016-04-10 00:24:28 -04:00
bootstrap Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
catalog Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
commands Fix possible NULL dereference in ExecAlterObjectDependsStmt 2016-04-10 11:03:35 -03:00
executor Modify BufferGetPage() to prepare for "snapshot too old" feature 2016-04-08 14:30:10 -05:00
foreign Don't require a user mapping for FDWs to work. 2016-03-28 21:50:28 -04:00
lib Add two HyperLogLog functions 2016-01-19 17:40:15 -03:00
libpq Add authentication parameters compat_realm and upn_usename for SSPI 2016-04-08 20:28:38 +02:00
main Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 2016-03-10 14:10:18 +01:00
nodes Expose more out/readfuncs support functions. 2016-04-08 14:26:36 -07:00
optimizer Clean up foreign-key caching code in planner. 2016-04-10 23:47:30 -04:00
parser Revert CREATE INDEX ... INCLUDING ... 2016-04-08 21:52:13 +03:00
po Translation updates 2015-06-28 23:56:55 -04:00
port Fix latent portability issue in pgwin32_dispatch_queued_signals(). 2016-04-04 11:13:17 -04:00
postmaster Use GRANT system to manage access to sensitive functions 2016-04-06 21:45:32 -04:00
regex Suppress compiler warnings about useless comparison of unsigned to zero. 2016-02-15 17:12:16 -05:00
replication Use ereport(ERROR) instead of Assert() to emit syncrep_parser error. 2016-04-11 15:52:27 +09:00
rewrite Improve error message for rejecting RETURNING clauses with dropped columns. 2016-02-29 19:11:38 -05:00
snowball Update copyright for 2016 2016-01-02 13:33:40 -05:00
storage Avoid the use of a separate spinlock to protect a LWLock's wait queue. 2016-04-10 20:12:32 -07:00
tcop Support ALTER THING .. DEPENDS ON EXTENSION 2016-04-05 18:38:54 -03:00
tsearch Fix possible use of uninitialised value in ts_headline() 2016-04-08 21:25:14 +03:00
utils Add comment about intentional fallthrough in switch. 2016-04-10 23:52:34 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Support multiple synchronous standby servers. 2016-04-06 17:18:25 +09:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
nls.mk Remove trailing slashes from directories in find command 2015-09-18 22:06:54 -04:00