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/25 12:01:49 UTC

[GitHub] [age] GhostVaibhav opened a new pull request, #424: Changed the volatility of age_atan, age_round and age_ceil

GhostVaibhav opened a new pull request, #424:
URL: https://github.com/apache/age/pull/424

   I've changed the volatility of the following functions:
   * age_atan
   * age_round
   * age_ceil
   
   Reason for change:
   The functions don't need database lookups, and it doesn't modify the database. Also, it returns the same constant value given the same two values. Thus, I changed their volatility from STABLE to IMMUTABLE.


-- 
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] [age] JoshInnis merged pull request #424: Changed the volatility of age_atan, age_round and age_ceil

Posted by GitBox <gi...@apache.org>.
JoshInnis merged PR #424:
URL: https://github.com/apache/age/pull/424


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