age
age copied to clipboard
AGE Onboarding - Setup Developer Environment Group 2
- Install Postgres from Source Code
- Install AGE from Source Code
- Install a Debugger
- Learn Basic Git Commands
- Read Regression Tests
To debug a PostgreSQL session -
Have Postgres configured with debugging flags enable and have a Postgres instance running. An open session running. Know the process of the session that you will be debugging (ps -C postgres). Execute the command gdb -p
The basic GDB commands are - b for breakpoint, (b <function_name>) c for continue - continues to the next breakpoint n for next line s for step into p for print, (p *) for pointers d for delete all breakpoints q for quit
The Basic Git commands are:
git apply git add git commit git branch git checkout
Install Postgres from Source Code: https://www.postgresql.org/docs/current/install-procedure.html
Enable Debugging Flags
Install AGE From Source Code: https://age.apache.org/age-manual/master/intro/setup.html
Run the Regression Tests: https://age.apache.org/age-manual/master/contributing/run_tests.html
Then please read through regress/sql/* and regress/expected/*
To learn what the regression tests are
Hi, Nice to meet you all
Hi everyone. I'm excited to work with you all.
Hello everyone! I'm excited and looking forward to start working on the project.
Hey guys! Looking forward to work with you all
Hey everyone, I am looking forward to work with you all
Hello everyone!! Very excited to start working with you.
Hello, I'm super excited to work on this!
Hi everyone! Happy to be a part of this team. Let's go!
Hey buddies ! Lets make this journey great together ! Learn, Code, Help We move together !!
Install Postgres from Source Code: https://www.postgresql.org/docs/current/install-procedure.html
Enable Debugging Flags I successfully installed Postgres from source code using Help from Apache AGE Discord Group
Hi guys!
Excited and looking forward to work with you all.
Hello everyone!
Looking forward to work with you all on this project!
Hi guys!!
Excited to work on this
Hello everyone!
Looking forward to work with you all on this project!
Hi guys!!
Excited to work and learn from all of you.
Hello everyone!
Looking forward to work with you all on this project!
Done with installation process. Would love to anyone who needs help with anything.
Run the Regression Tests: https://age.apache.org/age-manual/master/contributing/run_tests.html
Then please read through regress/sql/* and regress/expected/*
To learn what the regression tests are
Do i run the tests in the postgres directory?
@titoausten Follow these steps:
-
Navigate to the directory where you have installed Apache Age.
-
Right-click in that location and select "Open Terminal."
-
Type "make installcheck" in the terminal and observe the results.
@titoausten Follow these steps:
Navigate to the directory where you have installed Apache Age.
Right-click in that location and select "Open Terminal."
Type "make installcheck" in the terminal and observe the results.
Thank you, I'll do that and get back to you on the result.
@mohayu22 this is the result. How do I go about it?
@titoausten Have you installed Postgres? If yes, you need to provide path to pg_config like make PG_CONFIG=<pg-install-dir>/bin/pgconfig installcheck
. Check this video for complete process.
@titoausten Have you installed Postgres? If yes, you need to provide path to pg_config like
make PG_CONFIG=<pg-install-dir>/bin/pgconfig installcheck
. Check this video for complete process.
Yes, thank you. I noticed it was the Variables always missing from the PATH anytime i ended a session. Well I guess I have to go about it using relative path.
@titoausten Have you installed Postgres? If yes, you need to provide path to pg_config like
make PG_CONFIG=<pg-install-dir>/bin/pgconfig installcheck
. Check this video for complete process. This was super helpful, thank you so much
Hi guys, should I procure an EC2 RHEL8 instance to install postgreSQL or what should I do ?