mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Fix some comments referring to past features
Timestamp can only be an int64 sinceb9d092c
, and support for WITH OIDS has been removed as of578b229
. Author: Justin Pryzby Discussion: https://postgr.es/m/20200612023709.GC14879@telsasoft.com
This commit is contained in:
@@ -786,9 +786,7 @@ TupleDescInitEntryCollation(TupleDesc desc,
|
||||
*
|
||||
* Given a relation schema (list of ColumnDef nodes), build a TupleDesc.
|
||||
*
|
||||
* Note: the default assumption is no OIDs; caller may modify the returned
|
||||
* TupleDesc if it wants OIDs. Also, tdtypeid will need to be filled in
|
||||
* later on.
|
||||
* Note: tdtypeid will need to be filled in later on.
|
||||
*/
|
||||
TupleDesc
|
||||
BuildDescForRelation(List *schema)
|
||||
|
Reference in New Issue
Block a user