Browse Source

* The size=-1 case it not necessary anymore after r12313

git-svn-id: trunk@12314 -
joost 16 years ago
parent
commit
853b5e83fd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/fcl-db/src/sqldb/postgres/pqconnection.pp

+ 0 - 2
packages/fcl-db/src/sqldb/postgres/pqconnection.pp

@@ -413,8 +413,6 @@ begin
                              // low 16 bits. Both with an offset of 4.
                              // low 16 bits. Both with an offset of 4.
                              // In this case we need the scale:
                              // In this case we need the scale:
                              size := (PQfmod(res,Tuple)-4) and $FFFF;
                              size := (PQfmod(res,Tuple)-4) and $FFFF;
-                             if size = -1 then
-                               size := 4
                              end;
                              end;
     Oid_Money              : Result := ftCurrency;
     Oid_Money              : Result := ftCurrency;
     Oid_Unknown            : Result := ftUnknown;
     Oid_Unknown            : Result := ftUnknown;