gpdb icon indicating copy to clipboard operation
gpdb copied to clipboard

[7X][NFC] Fix mismatched types.

Open higuoxing opened this issue 3 months ago • 3 comments

This patch fixes several type mismatching issues.

  1. The DistributedTransactionId is of type uint64, we shouldn't cast it to TransactionId which is of type uint32.

  2. The Cost is of type Float8, we should use Float8GetDatum to cast it to Datum.

higuoxing avatar Apr 14 '24 12:04 higuoxing