mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Update typedefs.list and re-run pgindent
Discussion: http://postgr.es/m/CA+TgmoaA9=1RWKtBWpDaj+sF3Stgc8sHgf5z=KGtbjwPLQVDMA@mail.gmail.com
This commit is contained in:
@@ -2231,7 +2231,7 @@ timetz_hash_extended(PG_FUNCTION_ARGS)
|
||||
Int64GetDatumFast(key->time),
|
||||
seed));
|
||||
thash ^= DatumGetUInt64(hash_uint32_extended(key->zone,
|
||||
DatumGetInt64(seed)));
|
||||
DatumGetInt64(seed)));
|
||||
PG_RETURN_UINT64(thash);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user