Commit 945a259
authored
The 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.
1 parent b3a00ee commit 945a259
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments