Convert two temporal values into a common subtype.
- Parameters
-
| [in] | temp1,temp2 | Input values |
| [out] | out1,out2 | Output values |
- Note
- Each of the output values may be equal to the input values to avoid unnecessary calls to palloc. The calling function must test whether (tempx == outx) to determine if a pfree is needed.