diff options
Diffstat (limited to 'src/include/executor/spi.h')
-rw-r--r-- | src/include/executor/spi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h index 6455d100f50..74e2e9405f7 100644 --- a/src/include/executor/spi.h +++ b/src/include/executor/spi.h @@ -47,7 +47,7 @@ typedef struct SPIExecuteOptions { ParamListInfo params; bool read_only; - bool no_snapshots; + bool allow_nonatomic; uint64 tcount; DestReceiver *dest; ResourceOwner owner; |