chapeldev / cdo

Chapel Data Object
Apache License 2.0
10 stars 6 forks source link

Postgres refactors #29

Open 12mohaned opened 3 years ago

12mohaned commented 3 years ago

Resolve issue of missing imports.

It does generate the following error :-

./Postgres.chpl:287: error: 'c_int' undeclared (first use this function) ./Postgres.chpl:951: error: 'c_int' undeclared (first use this function)

ben-albrecht commented 3 years ago

This change seems reasonable but should probably also wait for https://github.com/chapeldev/cdo/pull/26 to get merged (again, I'll defer to @krishnadey30 to confirm)

krishnadey30 commented 3 years ago

I agree with @ben-albrecht. I have contacted @souris-dev for final fixes.

souris-dev commented 3 years ago

Sorry for the delay, I'll fix things soon (by today or tomorrow) and update it.