Fix some comments referring to past features Timestamp can only be an int64 since b9d092c, and support for WITH OIDS has been removed as of 578b229.
Author: Justin Pryzby Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/7a3543c2ea23d032865f207c2605942b7a32e9ba Modified Files -------------- src/backend/access/common/tupdesc.c | 4 +--- src/backend/commands/tablecmds.c | 14 ++++++-------- src/backend/utils/adt/selfuncs.c | 4 ++-- 3 files changed, 9 insertions(+), 13 deletions(-)
