diff --git a/src/wrappers/postgres.nim b/src/wrappers/postgres.nim index 7cb816f689..f38712c0e2 100644 --- a/src/wrappers/postgres.nim +++ b/src/wrappers/postgres.nim @@ -152,10 +152,6 @@ type length*: int32 isint*: int32 p*: pointer -{.deprecated: [TSockAddr: SockAddr, TPGresAttDesc: PgresAttDesc, - TPGresAttValue: PgresAttValue, TExecStatusType: ExecStatusType, - TPGlobjfuncs: Pglobjfuncs, TConnStatusType: ConnStatusType, TPGconn: Pgconn, - TPGresult: PGresult].} proc pqconnectStart*(conninfo: cstring): PPGconn{.cdecl, dynlib: dllName, importc: "PQconnectStart".}