Skip to content

PGPRO 7870 #266

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

Merged
merged 2 commits into from
Apr 5, 2023
Merged

PGPRO 7870 #266

merged 2 commits into from
Apr 5, 2023

Conversation

kovdb75
Copy link
Collaborator

@kovdb75 kovdb75 commented Apr 5, 2023

  1. [PGPRO-7880] Need to check relation Oid before locking
  2. [PGPRO-7870] Added error for case executing prepared query after DROP/CREATE EXTENSION

kovdb75 added 2 commits April 5, 2023 11:38
It need to do before relation locking: locking of invalid Oid causes an
error on replica

Tags: pg_pathman
@codecov
Copy link

codecov bot commented Apr 5, 2023

Codecov Report

Merging #266 (980924d) into master (92f0734) will decrease coverage by 0.06%.
The diff coverage is 91.66%.

❗ Current head 980924d differs from pull request most recent head 47acbe6. Consider uploading reports for the commit 47acbe6 to get more accurate results

@@            Coverage Diff             @@
##           master     #266      +/-   ##
==========================================
- Coverage   92.65%   92.59%   -0.06%     
==========================================
  Files          30       30              
  Lines        6776     6791      +15     
==========================================
+ Hits         6278     6288      +10     
- Misses        498      503       +5     
Impacted Files Coverage Δ
src/nodes_common.c 96.94% <66.66%> (-0.29%) ⬇️
src/pathman_workers.c 84.59% <100.00%> (-0.28%) ⬇️
src/pl_funcs.c 94.63% <100.00%> (-0.42%) ⬇️
src/pl_range_funcs.c 96.28% <100.00%> (-0.19%) ⬇️
src/utils.c 92.20% <100.00%> (+0.10%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kovdb75 kovdb75 merged commit f0c81f5 into master Apr 5, 2023
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