- Notifications
You must be signed in to change notification settings - Fork5.3k
Commitb3fe098
committed
Add GUC to show EXEC_BACKEND state
There is no straightforward way to determine if a cluster is runningin EXEC_BACKEND mode or not, which is useful for tests to know. Thisadds a GUC debug_exec_backend similar to debug_assertions which willbe true when the server is running in EXEC_BACKEND mode.Author: Daniel Gustafsson <daniel@yesql.se>Reviewed-by: Chao Li <li.evan.chao@gmail.com>Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de>Reviewed-by: Peter Eisentraut <peter@eisentraut.org>Discussion:https://postgr.es/m/5F301096-921A-427D-8EC1-EBAEC2A35082@yesql.se1 parent0f4f457 commitb3fe098
File tree
3 files changed
+31
-0
lines changed- doc/src/sgml
- src/backend/utils/misc
3 files changed
+31
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11833 | 11833 | | |
11834 | 11834 | | |
11835 | 11835 | | |
| 11836 | + | |
| 11837 | + | |
| 11838 | + | |
| 11839 | + | |
| 11840 | + | |
| 11841 | + | |
| 11842 | + | |
| 11843 | + | |
| 11844 | + | |
| 11845 | + | |
| 11846 | + | |
| 11847 | + | |
| 11848 | + | |
| 11849 | + | |
| 11850 | + | |
| 11851 | + | |
| 11852 | + | |
11836 | 11853 | | |
11837 | 11854 | | |
11838 | 11855 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
620 | 627 | | |
621 | 628 | | |
622 | 629 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
630 | 637 | | |
631 | 638 | | |
632 | 639 | | |
| |||
0 commit comments
Comments
(0)