Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Question about How to find Intel PODM database source code #96

Open
housemic opened this issue Oct 12, 2018 · 2 comments
Open

Question about How to find Intel PODM database source code #96

housemic opened this issue Oct 12, 2018 · 2 comments
Labels

Comments

@housemic
Copy link

Dear Intel -
the question is related to -
Intel PODM 2.3 connect PSME Compute Agent Simulator but PSQLException: ERROR: operator does not exist #93,

Q 1 -
I got PODM error message -
Caused by: org.postgresql.util.PSQLException: ERROR: operator does not exist: text ~~ bytea
Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts.
Position: 1291
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2284) ~[na:na]
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2003) ~[na:na]
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:200) ~[na:na]

but I can't find the file - QueryExecutorImpl.java,
Could you help ? thanks.

Q 2 -
Could you have information about How to find PODM database source code ?
thank you
House

@RobertCMa
Copy link

Hi @housemic,

The file and source are from open source of postgresql. You can check on the postgresql forum for more detail.

@housemic
Copy link
Author

Dear RobertCMa,
I found postgresql. related information about QueryExecutorImpl.java,
It is in -
https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java

and

https://jdbc.postgresql.org/development/privateapi/org/postgresql/core/v3/QueryExecutorImpl.html

If you confirmed, the question can be closed, thank you.
House

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants