citus/src/backend/distributed/sql/udfs/citus_get_transaction_clock
Teja Mupparti e14dc5d45d Address the issues/comments from the original PR# 6315
1) Regular users fail to use clock UDF with permission issue.
2) Clock functions were declared as STABLE, whereas by definition they are VOLATILE. By design, any clock/time
   functions will return different results for each call even within a single SQL statement.

Note: UDF citus_get_transaction_clock() is a misnomer as it internally calls the clock tick which always returns
      different results for every invocation in the same transaction.
2022-12-05 11:06:21 -08:00
..
11.2-1.sql Address the issues/comments from the original PR# 6315 2022-12-05 11:06:21 -08:00
latest.sql Address the issues/comments from the original PR# 6315 2022-12-05 11:06:21 -08:00