Fixes for UNLOGGED tables in the command filter
authorCraig Ringer <craig@2ndquadrant.com>
Fri, 10 Apr 2015 05:03:34 +0000 (13:03 +0800)
committerCraig Ringer <craig@2ndquadrant.com>
Fri, 10 Apr 2015 05:03:34 +0000 (13:03 +0800)
commit576844a003e846c6baf333647150da08e071033c
treedfcefce77b272e9fb0c563c36d7616d3ccfcdab3
parent4005c1deec4c955df7facd94ce2eae23e4d349d9
Fixes for UNLOGGED tables in the command filter

The command filter was checking only for temporary tables when deciding
whether to skip DDL locking, and when performing some operations, but
for others was permitting UNLOGGED tables too.

Consistently use UNLOGGED||TEMP throughout.

Fixes #44
bdr_commandfilter.c