Skip to content

Commit c579def

Browse files
committed
Rewrite comments about Postgres
1 parent 4425ab6 commit c579def

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/tiny_tds.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ module TinyTds
2828
ENV['PATH'] = old_path
2929
end
3030
else
31-
# libpq is found by a relative rpath in the cross compiled extension dll
31+
# libsybdb is found by a relative rpath in the cross compiled extension dll
3232
# or by the system library loader
3333
block.call
3434
end
3535
end
3636

37-
# Add a load path to the one retrieved from pg_config
3837
add_dll_path.call(FREETDS_LIB_PATH) do
3938
begin
4039
# Try the <major>.<minor> subdirectory for fat binary gems

0 commit comments

Comments
 (0)