You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2022/03/29 07:51:43 UTC

[GitHub] [incubator-age] deem0n opened a new pull request #203: Seems a typo

deem0n opened a new pull request #203:
URL: https://github.com/apache/incubator-age/pull/203


   Hi all, 
   
   I did compile the latest source on the Mac and saw a warning:
   
   ```
   src/backend/executor/cypher_set.c:118:42: warning: variable 'saved_resultRelInfo' is uninitialized when used within its own initialization [-Wuninitialized]
       ResultRelInfo *saved_resultRelInfo = saved_resultRelInfo;;
                      ~~~~~~~~~~~~~~~~~~~   ^~~~~~~~~~~~~~~~~~~
   1 warning generated. 
   ```
   
   I think it is a typo in the `src/backend/executor/cypher_set.c:118:42`, please consider to apply my little fix.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-age] deem0n edited a comment on pull request #203: Seems a typo

Posted by GitBox <gi...@apache.org>.
deem0n edited a comment on pull request #203:
URL: https://github.com/apache/incubator-age/pull/203#issuecomment-1081559837


   Hmm, it seems other uncommitted fix is here:
   
   `pg_catalog.pg_extension_config_dump('ag_graph', '');` 
   
   it will include content of the `ag_graph` table into the pg_dump output. By default data in the extension controlled tables is not dumped.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-age] deem0n commented on pull request #203: Seems a typo

Posted by GitBox <gi...@apache.org>.
deem0n commented on pull request #203:
URL: https://github.com/apache/incubator-age/pull/203#issuecomment-1081559837


   Hm, it seems other uncommitted fix is here:
   
   `pg_catalog.pg_extension_config_dump('ag_graph', '');` 
   
   it will include content of the `ag_graph` table into the pg_dump output. By default data in the extension controlled tables is not dumped.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org