mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Add SQL type xid8 to expose FullTransactionId to users.
Similar to xid, but 64 bits wide. This new type is suitable for use in various system views and administration functions. Reviewed-by: Fujii Masao <masao.fujii@oss.nttdata.com> Reviewed-by: Takao Fujii <btfujiitkp@oss.nttdata.com> Reviewed-by: Yoshikazu Imai <imai.yoshikazu@fujitsu.com> Reviewed-by: Mark Dilger <mark.dilger@enterprisedb.com> Discussion: https://postgr.es/m/20190725000636.666m5mad25wfbrri%40alap3.anarazel.de
This commit is contained in:
@ -3509,6 +3509,7 @@ column_type_alignment(Oid ftype)
|
||||
case NUMERICOID:
|
||||
case OIDOID:
|
||||
case XIDOID:
|
||||
case XID8OID:
|
||||
case CIDOID:
|
||||
case CASHOID:
|
||||
align = 'r';
|
||||
|
Reference in New Issue
Block a user