From 6fe2e57ddff131935cbb6cd8a67e0fcce75fdbee Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 26 Apr 2012 13:44:43 +0200 Subject: some docu cleanup --- pgfuse.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'pgfuse.c') 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" ); -- cgit v1.2.3-54-g00ecf