summaryrefslogtreecommitdiff
path: root/pgfuse.c
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-26 13:44:43 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-26 13:44:43 +0200
commit6fe2e57ddff131935cbb6cd8a67e0fcce75fdbee (patch)
tree0311a111575e0c4b304e09406131be32c9cba5ec /pgfuse.c
parent5711e1082493f461c0432ee6671ec2cfa468d50d (diff)
downloadpgfuse-6fe2e57ddff131935cbb6cd8a67e0fcce75fdbee.tar.gz
pgfuse-6fe2e57ddff131935cbb6cd8a67e0fcce75fdbee.tar.bz2
some docu cleanup
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" );