aru-d-at opened a new pull request, #467:
URL: https://github.com/apache/age/pull/467

   The functions were marked as STABLE. However, they can be changed to 
IMMUTABLE.
   
   REASON:
   * The functions designated are not conducting a database lookup. Rather, the 
value passed in as an argument is used by the function to determine the type 
and value to return.
   * No mutation occurs in the course of using the functions.
   * Possible function arguments are taken into consideration during function 
implementation to be within a certain range. Thus, the return values are to be 
as expected during usage.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to