mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Copyedit comments and documentation.
This commit is contained in:
@ -5148,7 +5148,7 @@ timestamp_zone_transform(PG_FUNCTION_ARGS)
|
||||
* This function is just timestamp2timestamptz() except instead of
|
||||
* shifting to the global timezone, we shift to the specified timezone.
|
||||
* This is different from the other AT TIME ZONE cases because instead
|
||||
* of shifting to a _to_ a new time zone, it sets the time to _be_ the
|
||||
* of shifting _to_ a new time zone, it sets the time to _be_ the
|
||||
* specified timezone.
|
||||
*/
|
||||
Datum
|
||||
|
@ -67,7 +67,7 @@
|
||||
* are not implemented; otherwise functionality is identical.
|
||||
*
|
||||
* Compilation controls:
|
||||
* DEBUG controls some informative traces, mainly for debugging.
|
||||
* HASH_DEBUG controls some informative traces, mainly for debugging.
|
||||
* HASH_STATISTICS causes HashAccesses and HashCollisions to be maintained;
|
||||
* when combined with HASH_DEBUG, these are displayed by hdestroy().
|
||||
*
|
||||
|
Reference in New Issue
Block a user