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/12/20 22:55:02 UTC

[GitHub] [age] jrgemignani commented on pull request #393: Removing Duplicate Lines Of Code

jrgemignani commented on PR #393:
URL: https://github.com/apache/age/pull/393#issuecomment-1360418386

   @fatimafatimaprogrammer @imranzaheer612 I am not sure that these are **unnecessary** duplicates. It is likely that they are purposeful done for testing the prepared statements and functions, as those are cached and run multiple times.
   
   @JoshInnis ?
   ```
   7ba89b01 regress/sql/cypher_create.sql (Josh Innis     2021-03-31 18:10:16 -0700 190) EXECUTE p_1;
   7ba89b01 regress/sql/cypher_create.sql (Josh Innis     2021-03-31 18:10:16 -0700 191) EXECUTE p_1;
   
   7ba89b01 regress/sql/cypher_create.sql (Josh Innis     2021-03-31 18:10:16 -0700 208) SELECT create_test();
   7ba89b01 regress/sql/cypher_create.sql (Josh Innis     2021-03-31 18:10:16 -0700 209) SELECT create_test();
   ```
   


-- 
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