-
Notifications
You must be signed in to change notification settings - Fork 41
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
pl/r runs fine on Windows 7 64 bit #18
Comments
. |
Is there a plr_modules table ? Dave Cramer On 26 March 2016 at 06:19, AndreMikulec [email protected] wrote:
|
. |
Andre, CREATE TABLE plr_modules ( Should do it Dave Cramer On 26 March 2016 at 15:34, AndreMikulec [email protected] wrote:
|
. |
Can you actually select from that table in your database ? Dave Cramer On 26 March 2016 at 19:16, AndreMikulec [email protected] wrote:
|
. |
could you tell me what select * from pg_class where oid = 16649 returns ? |
. |
did you forget a semicolon ? Dave Cramer On 26 March 2016 at 20:25, AndreMikulec [email protected] wrote:
|
. |
Well that is strange... are there any server logs? Try increasing the Dave Cramer On 26 March 2016 at 20:59, AndreMikulec [email protected] wrote:
|
can you try the file attached to postgres-plr#1 and move the discussion over there ? |
Following this. Testing out PL/R I tested this one on computer A (PostgreSQL 9.5.2 and R 3.3.0 ) The OS is Windows 7 64bit. The computer is 10 years old. The dll is Win64 plr.dll for Postgres 9.5.x, R-3.3.0 (plr-8.3.0.16) : May 11, 2016 build I tried on NTFS. I pre-checked the disk by: NTFS filesystem: Tools -> Error Checking -> Check now ... no errors I am getting the following error. postgres=# select version();
version
-------------------------------------------------------------
PostgreSQL 9.5.3, compiled by Visual C++ build 1800, 64-bit
(1 row)
postgres=# select plr_version();
plr_version
-------------
08.03.00.16
(1 row)
postgres=# SELECT load_r_typenames();
ERROR: could not open file "base/12373/2663": No such file or directory
LINE 1: SELECT NULL FROM pg_catalog.pg_class WHERE relname = 'plr_mo...
^
QUERY: SELECT NULL FROM pg_catalog.pg_class WHERE relname = 'plr_modules' AND relnamespace = 2200
postgres=# I tried on FAT32 I pre-checked the disk by: FAT32 filesystem: Tools -> Error Checking -> Check now ... no errors I am getting the following error. postgres=# select version();
version
-------------------------------------------------------------
PostgreSQL 9.5.3, compiled by Visual C++ build 1800, 64-bit
(1 row)
postgres=# select plr_version();
plr_version
-------------
08.03.00.16
(1 row)
postgres=# SELECT load_r_typenames();
ERROR: could not open file "base/12373/2663": No such file or directory
LINE 1: SELECT NULL FROM pg_catalog.pg_class WHERE relname = 'plr_mo...
^
QUERY: SELECT NULL FROM pg_catalog.pg_class WHERE relname = 'plr_modules' AND relnamespace = 2200
postgres=# However, I tested these on Computer B (PostgreSQL 9.5.2 and R 3.3.0 ) The OS is Windows 7 64bit. The computer is 1 year old. I tried on NTFS. and these work fine. Win32 plr.dll for Postgres 9.5.x, R-3.3.0 (plr-8.3.0.16): May 11, 2016 build Win64 plr.dll for Postgres 9.5.x, R-3.3.0 (plr-8.3.0.16): May 11, 2016 build postgres=# select version();
version
-------------------------------------------------------------
PostgreSQL 9.5.3, compiled by Visual C++ build 1800, 64-bit
(1 row)
postgres=# select plr_version();
plr_version
-------------
08.03.00.16
(1 row)
postgres=# SELECT load_r_typenames();
load_r_typenames
------------------
OK
(1 row) Therefore, computer A, is a mystery. On Computer A, 2 monts ago I tested (PostgreSQL 9.4.1 and R 3.1.2 ) and this work fine. Win64 plr.dll for Postgres 9.4.x (plr-8.3.0.16) And I retried now. postgres=# select version();
version
-------------------------------------------------------------
PostgreSQL 9.4.1, compiled by Visual C++ build 1800, 64-bit
(1 row)
postgres=# SELECT load_r_typenames();
load_r_typenames
------------------
OK
(1 row)
postgres=# select plr_version();
plr_version
-------------
08.03.00.16
(1 row) And this works fine. So,I am not sure what happened between between old computers ( 10 years old ) AND PostgreSQL 9.4.1, compiled by Visual C++ build 1800, 64-bit Andre Mikulec |
So it seems to be a isolated/strange issue related to the old hardware? In that case, I would like to close this issue, as I doubt it is worth the effort to troubleshoot further. |
I am running Windows 7 64 bit.
I tried this and this works fine.
I have not tried this.
The text was updated successfully, but these errors were encountered: