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

Remove TTSOps pointer macros #3298

Merged
merged 1 commit into from Jun 3, 2021
Merged

Conversation

svenklemm
Copy link
Member

Remove TTSOpsVirtualP, TTSOpsHeapTupleP, TTSOpsMinimalTupleP and
TTSOpsBufferHeapTupleP macros since they were only needed on PG11
to allow us to define compatibility macros for TupleTableSlot
operations.

@svenklemm svenklemm requested a review from a team as a code owner June 3, 2021 05:44
@svenklemm svenklemm requested review from pmwkaa, afiskon and erimatnor and removed request for a team June 3, 2021 05:44
Remove TTSOpsVirtualP, TTSOpsHeapTupleP, TTSOpsMinimalTupleP and
TTSOpsBufferHeapTupleP macros since they were only needed on PG11
to allow us to define compatibility macros for TupleTableSlot
operations.
@svenklemm svenklemm self-assigned this Jun 3, 2021
@codecov
Copy link

codecov bot commented Jun 3, 2021

Codecov Report

Merging #3298 (2bff470) into master (3b48d73) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3298   +/-   ##
=======================================
  Coverage   90.50%   90.51%           
=======================================
  Files         212      212           
  Lines       35494    35494           
=======================================
+ Hits        32124    32127    +3     
+ Misses       3370     3367    -3     
Impacted Files Coverage Δ
src/compat.h 100.00% <ø> (ø)
src/event_trigger.c 96.32% <100.00%> (ø)
tsl/src/compression/compression.c 95.42% <100.00%> (ø)
tsl/src/nodes/gapfill/exec.c 97.00% <100.00%> (ø)
tsl/src/nodes/data_node_dispatch.c 97.08% <0.00%> (-0.25%) ⬇️
src/loader/bgw_message_queue.c 88.15% <0.00%> (+2.63%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3b48d73...2bff470. Read the comment docs.

@svenklemm svenklemm merged commit 5719c50 into timescale:master Jun 3, 2021
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.

None yet

3 participants