From fc9687ad3ceb3b017fef0aa4720106a33e4b5733 Mon Sep 17 00:00:00 2001 From: gad Date: Wed, 17 Mar 2004 01:59:47 +0000 Subject: Add a tip for people who are using database-related ports on a sparc64 system that they intend to upgrade to 64-bit time_t. Noticed by: Roderick van Domburg --- UPDATING.64BTT | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/UPDATING.64BTT b/UPDATING.64BTT index 16c5a23..6b04d25 100644 --- a/UPDATING.64BTT +++ b/UPDATING.64BTT @@ -97,6 +97,13 @@ Step Pre-4: For sparc64 machines which need DHCP: that port and make sure you can get it working *before* you make the change to use 64-bit time_t's. +Step Pre-4: For people using database-related ports: + Ports like PostgreSQL may change how they store data after + they are recompiled for 64-bTT. So, you may have to do a + full dump of your data while you still have a 32-bTT system, + and do a matching initdb/restore of your data after the port + has been recompiled on the upgraded 64-bTT system. + After you have built and installed that src-snapshot with 32-bit time_t's, edit the file /usr/src/sys/sparc64/include/_types.h find the line: -- cgit v1.1