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

add bindings of fmgroids.h, OIDs of built-in functions #1726

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

usamoi
Copy link
Contributor

@usamoi usamoi commented May 31, 2024

fmgroids.h is helpful to perform an index scan.

For example, https://github.com/apache/age/blob/ef9e0bd67bb8c342c4f6dd04761e2c4b3a3a5f80/src/backend/catalog/ag_graph.c#L74. It uses F_NAMEEQ to perform a search for catalog defined by extension.

Signed-off-by: usamoi <usamoi@outlook.com>
Copy link
Member

@workingjubilee workingjubilee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

@workingjubilee workingjubilee merged commit 1d855a7 into pgcentralfoundation:develop Jun 3, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants