Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include bindings for controlfile #1320

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Include bindings for controlfile
The function get_controlfile is very useful for some monitoring
experiments and solutions.
  • Loading branch information
feikesteenbergen committed Oct 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit d9bf1ea3e4074bb7b41734883d6883676aafc3b0
1 change: 1 addition & 0 deletions pgrx-pg-sys/include/pg11.h
Original file line number Diff line number Diff line change
@@ -66,6 +66,7 @@
#include "commands/user.h"
#include "commands/vacuum.h"
#include "common/config_info.h"
#include "common/controldata_utils.h"
#include "executor/executor.h"
#include "executor/spi.h"
#include "executor/tuptable.h"
1 change: 1 addition & 0 deletions pgrx-pg-sys/include/pg12.h
Original file line number Diff line number Diff line change
@@ -68,6 +68,7 @@
#include "commands/user.h"
#include "commands/vacuum.h"
#include "common/config_info.h"
#include "common/controldata_utils.h"
#include "executor/executor.h"
#include "executor/spi.h"
#include "executor/tuptable.h"
1 change: 1 addition & 0 deletions pgrx-pg-sys/include/pg13.h
Original file line number Diff line number Diff line change
@@ -68,6 +68,7 @@
#include "commands/user.h"
#include "commands/vacuum.h"
#include "common/config_info.h"
#include "common/controldata_utils.h"
#include "executor/executor.h"
#include "executor/spi.h"
#include "executor/tuptable.h"
1 change: 1 addition & 0 deletions pgrx-pg-sys/include/pg14.h
Original file line number Diff line number Diff line change
@@ -68,6 +68,7 @@
#include "commands/user.h"
#include "commands/vacuum.h"
#include "common/config_info.h"
#include "common/controldata_utils.h"
#include "executor/executor.h"
#include "executor/spi.h"
#include "executor/tuptable.h"
1 change: 1 addition & 0 deletions pgrx-pg-sys/include/pg15.h
Original file line number Diff line number Diff line change
@@ -69,6 +69,7 @@
#include "commands/user.h"
#include "commands/vacuum.h"
#include "common/config_info.h"
#include "common/controldata_utils.h"
#include "executor/executor.h"
#include "executor/spi.h"
#include "executor/tuptable.h"
1 change: 1 addition & 0 deletions pgrx-pg-sys/include/pg16.h
Original file line number Diff line number Diff line change
@@ -69,6 +69,7 @@
#include "commands/user.h"
#include "commands/vacuum.h"
#include "common/config_info.h"
#include "common/controldata_utils.h"
#include "executor/executor.h"
#include "executor/spi.h"
#include "executor/tuptable.h"