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

Release 8.4.2 #114

Open
davecramer opened this issue May 27, 2021 · 4 comments
Open

Release 8.4.2 #114

davecramer opened this issue May 27, 2021 · 4 comments

Comments

@davecramer
Copy link
Collaborator

Update changelog to reflect the #56
make sure the sql files are correct for create extension
tag 8.4.2
inform users

@AndreMikulec
Copy link
Collaborator

@davecramer,

make sure the sql files are correct for create extension

@ikasou committed using the HEAD. He did not have to change the versioned sql files (8.4.2 was already there).

I know 8.4.2 works. I had just copied my output to the userguide.md
https://github.com/postgres-plr/plr/blame/master/userguide.md#L1681

SELECT * FROM pg_available_extensions WHERE name = 'plr';
 name | default_version | installed_version |                            comment
------+-----------------+-------------------+----------------------------------------------------------------
 plr  | 8.4.2           | 8.4.2             | load R interpreter and execute R script from within a database
(1 row)

About tag 8.4.2
Is Add support for pg custom type (tuple) arguments in window PL/R functions a feature?

Did you mean update to 8.4.3 or does everything just stay in 8.4.2?

@davecramer
Copy link
Collaborator Author

I would say pg custom type args is a feature.

We have not tagged 8.4.2 yet so it stays here

@df7cb
Copy link

df7cb commented Jul 29, 2023

... would you consider tagging 8.4.6 with the PG16 (#138) fixes?

@davecramer
Copy link
Collaborator Author

I guess we will have to do something.

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

No branches or pull requests

3 participants