postgres-plr / plr

PL/R - R Procedural Language for PostgreSQL
GNU General Public License v2.0
123 stars 27 forks source link

add empty files to allow for upgrade from 8.4.2 through 8.4.4 #125

Closed davecramer closed 2 years ago

davecramer commented 3 years ago

fixes #124

rheaton commented 3 years ago

@jchampio and I are reviewing now!

codecov-commenter commented 3 years ago

Codecov Report

Merging #125 (e3391cc) into master (dd599f2) will not change coverage. The diff coverage is n/a.

:exclamation: Current head e3391cc differs from pull request most recent head 50ab74c. Consider uploading reports for the commit 50ab74c to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #125   +/-   ##
=======================================
  Coverage   73.16%   73.16%           
=======================================
  Files           5        5           
  Lines        2176     2176           
=======================================
  Hits         1592     1592           
  Misses        584      584           

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 dd599f2...50ab74c. Read the comment docs.

davecramer commented 2 years ago

@jchampio I have merged this, can you make sure this works for you, then I will tag it and release it

jchampio commented 2 years ago

@davecramer Looks good to me. Tested upgrades from 8.4.2 to 8.4.5 on PG10 and PG14. Thanks!