kputnam / piggly

PL/pgSQL stored procedure code coverage tool
Other
69 stars 14 forks source link

Piggly seems to always recompile procedures now #20

Closed lcoldiron closed 13 years ago

lcoldiron commented 13 years ago

I might be confused but it seemed like when I ran examples/run-tests that the procedures would only be compiled if there was a detected change. This no longer seems to be happening and the procedures are always being complied.

lcoldiron commented 13 years ago

I was confused with some debug print statements that I added to the code causing me to believe that the sps where being recomplied. This is not an issue.