Prepare the EXTRACT() clause for supporting TIMEZONE_HOUR

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: 242b34787706e9c252f2cf96856f74891729efc0
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 1998-04-08T06:39:01Z
Releases: 7.1.1
Prepare the EXTRACT() clause for supporting TIMEZONE_HOUR
 and TIMEZONE_MINUTE but don't introduce until v6.4.
Fix SET TIMEZONE LOCAL to pass null pointer
 rather than older "default" string.
Fix handling of NULL pointer returns from FOREIGN KEY clauses
 which are currently ignored.
Allow START as a table/column name.

Files

PathChange+/−
src/backend/parser/gram.c modified +3605 −3521
src/backend/parser/gram.y modified +32 −8