mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Cleanup of to_char() patch.
Brendan Jurd
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/* -----------------------------------------------------------------------
|
||||
* formatting.c
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.126 2007/02/16 10:55:47 petere Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.127 2007/02/17 01:51:42 momjian Exp $
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
|
||||
@ -16,8 +16,9 @@
|
||||
* Cache & Memory:
|
||||
* Routines use (itself) internal cache for format pictures.
|
||||
*
|
||||
* The cache uses a static buffers and is persistent across transactions.
|
||||
* If format-picture is bigger than cache buffer, parser is called always.
|
||||
* The cache uses a static buffer and is persistent across transactions. If
|
||||
* the format-picture is bigger than the cache buffer, the parser is called
|
||||
* always.
|
||||
*
|
||||
* NOTE for Number version:
|
||||
* All in this version is implemented as keywords ( => not used
|
||||
|
Reference in New Issue
Block a user