summaryrefslogtreecommitdiff
path: root/pgfuse.c
diff options
context:
space:
mode:
Diffstat (limited to 'pgfuse.c')
-rw-r--r--pgfuse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pgfuse.c b/pgfuse.c
index e62c414..cbf9d7d 100644
--- a/pgfuse.c
+++ b/pgfuse.c
@@ -1534,9 +1534,6 @@ int main( int argc, char *argv[] )
return 1;
}
- /* Make sure we have the more modern uint64 representation for timestamps,
- * bail out otherwise
- */
if( strcmp( value, "on" ) != 0 ) {
fprintf( stderr, "Expecting UINT64 for timestamps, not doubles. You may use an old version of PostgreSQL (<8.4)\n"
"or PostgreSQL has been compiled with the deprecated compile option '--disable-integer-datetimes'\n" );