diff options
| author | Robert Haas <rhaas@postgresql.org> | 2019-10-04 08:19:25 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2019-10-04 08:19:25 -0400 |
| commit | 967e276e9f6b485c8577371713a323bf277b6902 (patch) | |
| tree | f9af9b118eafadc61f6a3adf1c8788a1bc9d6305 /src/include/commands/async.h | |
| parent | 6837632b758e0470a2692d9f8303e8aebd6fbd8f (diff) | |
| download | postgresql-967e276e9f6b485c8577371713a323bf277b6902.tar.gz | |
Remove AtSubStart_Notify.
Allocate notify-related state lazily instead. This makes trivial
subtransactions noticeably faster.
Patch by me, reviewed and tested by Dilip Kumar, Kyotaro Horiguchi,
and Jeevan Ladhe.
Discussion: https://postgr.es/m/CA+TgmobE1J22S1eC-6N-je9LgrcwZypkwp+zH6JXo9mc=4Nk3A@mail.gmail.com
Diffstat (limited to 'src/include/commands/async.h')
| -rw-r--r-- | src/include/commands/async.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h index c295dc67c6..90b682f64d 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -40,7 +40,6 @@ extern void Async_UnlistenAll(void); extern void PreCommit_Notify(void); extern void AtCommit_Notify(void); extern void AtAbort_Notify(void); -extern void AtSubStart_Notify(void); extern void AtSubCommit_Notify(void); extern void AtSubAbort_Notify(void); extern void AtPrepare_Notify(void); |
