summaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-02-23 12:23:12 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2017-02-23 12:23:12 -0500
commitd28aafb6dda326688e2f042c95c93ea57963c03c (patch)
tree530fb08d5f3250b541996e0aa21930fa4684d07a /doc/src/sgml
parentb6aa17e0ae367afdcea07118e016111af4fa6bc3 (diff)
Remove pg_control's enableIntTimes field.
We don't need it any more. pg_controldata continues to report that date/time type storage is "64-bit integers", but that's now a hard-wired behavior not something it sees in the data. This avoids breaking pg_upgrade, and perhaps other utilities that inspect pg_control this way. Ditto for pg_resetwal. I chose to remove the "bigint_timestamps" output column of pg_control_init(), though, as that function hasn't been around long and probably doesn't have ossified users. Discussion: https://postgr.es/m/26788.1487455319@sss.pgh.pa.us
Diffstat (limited to 'doc/src/sgml')
-rw-r--r--doc/src/sgml/func.sgml5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 1c8202c257c..9c53e4288cc 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -17656,11 +17656,6 @@ SELECT collation for ('foo' COLLATE "de_DE");
</row>
<row>
- <entry><literal>bigint_timestamps</literal></entry>
- <entry><type>boolean</type></entry>
- </row>
-
- <row>
<entry><literal>float4_pass_by_value</literal></entry>
<entry><type>boolean</type></entry>
</row>