Git Product home page Git Product logo

Comments (2)

jcflack avatar jcflack commented on July 21, 2024

That is puzzling. PostgreSQL 14 definitely defines GetMemoryChunkContext, as a static inline function, here:

https://github.com/postgres/postgres/blob/REL_14_12/src/include/utils/memutils.h#L101

Is it possible you have a different PostgreSQL version (or more than one PostgreSQL version) installed on the box where you built PL/Java, and the build found the .h files for a mismatched version?

Or is it possible you are running some variant of PostgreSQL that differs from the community version?

Could you attach the output of running the pg_config command in the same environment where you ran mvn to build PL/Java?

Also, relative to the directory shown as INCLUDEDIR_SERVER in the pg_config output, in the file utils/memutils.h, what definition of GetMemoryChunkContext is found (if any)?

It would also be helpful to know your OS.

from pljava.

BruceBaiz avatar BruceBaiz commented on July 21, 2024

Thank you very much, I have solved this problem by another way.
The above problem occurred when I chose to download the plava 1.6.7 source code in ubuntu and then re-create the extension after building it with maven
But this time I have downloaded pljava directly by using ubuntu's apt package management tool without such problems, so I created the extension successfully.

from pljava.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.