Add index scan by sandy-bes · Pull Request #2351 · apache/age
and others added 2 commits
March 3, 2026 14:03jrgemignani added a commit to jrgemignani/age that referenced this pull request
Apr 14, 2026The CI build did not fail the PR (we need to verify why and correct
it) due to the missing include -
src/backend/utils/adt/age_global_graph.c:273:25: error: implicit declaration of
function ‘namestrcpy’; did you mean ‘strcpy’? [-Wimplicit-function-declaration]
273 | namestrcpy(lval, NameStr(*label_name_ptr));
| ^~~~~~~~~~
| strcpy
The build still works as the linker was able to resolve it. This PR
will add it in to correct the error going forward.
muhammadshoaib pushed a commit that referenced this pull request
Apr 14, 2026The CI build did not fail the PR (we need to verify why and correct
it) due to the missing include -
src/backend/utils/adt/age_global_graph.c:273:25: error: implicit declaration of
function ‘namestrcpy’; did you mean ‘strcpy’? [-Wimplicit-function-declaration]
273 | namestrcpy(lval, NameStr(*label_name_ptr));
| ^~~~~~~~~~
| strcpy
The build still works as the linker was able to resolve it. This PR
will add it in to correct the error going forward.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters