Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary input/output for HLL type. Fix compiler warnings. Remove logs from tests. #17

Merged
5 commits merged into from
Jan 11, 2014

Conversation

alberts
Copy link
Contributor

@alberts alberts commented Jan 2, 2014

Binary input/output for HLL type. Helps to make bulk loads faster.

Fix GCC 4.8 compiler warnings.

hll.c:2269:13: warning: variable ‘vers’ set but not used [-Wunused-but-set-variable]
hll.c:2290:13: warning: variable ‘vers’ set but not used [-Wunused-but-set-variable]
hll.c:2311:13: warning: variable ‘vers’ set but not used [-Wunused-but-set-variable]
hll.c:2332:13: warning: variable ‘vers’ set but not used [-Wunused-but-set-variable]
hll.c:2392:13: warning: variable ‘vers’ set but not used [-Wunused-but-set-variable]
MurmurHash3.cpp:86:23: warning: always_inline function might not be inlinable [-Wattributes]
MurmurHash3.cpp:73:23: warning: always_inline function might not be inlinable [-Wattributes]
MurmurHash3.cpp:65:23: warning: always_inline function might not be inlinable [-Wattributes]
MurmurHash3.cpp:60:23: warning: always_inline function might not be inlinable [-Wattributes]

Remove NOTICE logs from tests because they don't seem to be consistent across different versions of Postgres.

hll.c:2269:13: warning: variable ‘vers’ set but not used [-Wunused-but-set-variable]
hll.c:2290:13: warning: variable ‘vers’ set but not used [-Wunused-but-set-variable]
hll.c:2311:13: warning: variable ‘vers’ set but not used [-Wunused-but-set-variable]
hll.c:2332:13: warning: variable ‘vers’ set but not used [-Wunused-but-set-variable]
hll.c:2392:13: warning: variable ‘vers’ set but not used [-Wunused-but-set-variable]
MurmurHash3.cpp:86:23: warning: always_inline function might not be inlinable [-Wattributes]
MurmurHash3.cpp:73:23: warning: always_inline function might not be inlinable [-Wattributes]
MurmurHash3.cpp:65:23: warning: always_inline function might not be inlinable [-Wattributes]
MurmurHash3.cpp:60:23: warning: always_inline function might not be inlinable [-Wattributes]
@ghost
Copy link

ghost commented Jan 6, 2014

@alberts Thank you for the PR! I just got back from vacation but am at a conference until Wednesday. I'll be merging this and cutting a release then.

@ghost ghost merged commit 43cf769 into citusdata:master Jan 11, 2014
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant