You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/11/14 01:29:22 UTC

[GitHub] [age] JoshInnis opened a new issue, #352: AGE Onboarding - Setup Developer Environment

JoshInnis opened a new issue, #352:
URL: https://github.com/apache/age/issues/352

   1. Install Postgres from Source Code
   2. Install AGE from Source Code
   3. Install a Debugger
   4. Learn Basic Git Commands
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] JoshInnis commented on issue #352: AGE Onboarding - Setup Developer Environment 1

Posted by GitBox <gi...@apache.org>.
JoshInnis commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1312931591

   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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] Munmud commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by GitBox <gi...@apache.org>.
Munmud commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1313111779

   Hi! this is good, excited to start on AGE project


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] CapnSpek commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by "CapnSpek (via GitHub)" <gi...@apache.org>.
CapnSpek commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1412566635

   Glad to be a part of this amazing team! 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] maazzzzz commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by GitBox <gi...@apache.org>.
maazzzzz commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1313112873

   acknowledged


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] moaz178 commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by "moaz178 (via GitHub)" <gi...@apache.org>.
moaz178 commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1509851662

   Glad to be a part of AGE, Excited to work on new project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] AdeelAhmedIqbal commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by "AdeelAhmedIqbal (via GitHub)" <gi...@apache.org>.
AdeelAhmedIqbal commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1412203768

   Hello everyone! I’m happy to be a part of this team and looking forward to getting started with this project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] JoshInnis commented on issue #352: AGE Onboarding - Setup Developer Environment

Posted by GitBox <gi...@apache.org>.
JoshInnis commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1312927472

   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 <pid>
   
   The basic GDB commands are -
   b for breakpoint, fx, b exec_simple_query or b 930
   c for continue - continues to the next breakpoint
   n for next line
   s for step into
   p for print, fx, p *node
   d for delete all breakpoints
   q for quit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] Pratikkapsime commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by GitBox <gi...@apache.org>.
Pratikkapsime commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1313960149

   Hello everyone! excited to start working with the AGE project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] farakh-shahid commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by "farakh-shahid (via GitHub)" <gi...@apache.org>.
farakh-shahid commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1431767097

   Glad to be part of this amazing team. Excited to start on AGE project


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] GhostVaibhav commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by GitBox <gi...@apache.org>.
GhostVaibhav commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1313112247

   I am excited to start working on the AGE project!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] MuhammadTahaNaveed commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by GitBox <gi...@apache.org>.
MuhammadTahaNaveed commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1313111373

   Acknowleged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] markgomer commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by GitBox <gi...@apache.org>.
markgomer commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1313665698

   Hi! I'm eager to participate in this project!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] JoshInnis commented on issue #352: AGE Onboarding - Setup Developer Environment 1

Posted by GitBox <gi...@apache.org>.
JoshInnis commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1312931220

   Install AGE From Source Code:
   https://age.apache.org/age-manual/master/intro/setup.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] thehaseebashraf commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by "thehaseebashraf (via GitHub)" <gi...@apache.org>.
thehaseebashraf commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1585619296

   Good day everyone! Excited to be a part of this team and contribute to this project.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] Zainab-Saad commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by "Zainab-Saad (via GitHub)" <gi...@apache.org>.
Zainab-Saad commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1411825381

   Hi, I am excited to work on this project


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] JoshInnis commented on issue #352: AGE Onboarding - Setup Developer Environment

Posted by GitBox <gi...@apache.org>.
JoshInnis commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1312927986

   The Basic Git commands are:
   
   git apply
   git add
   git commit
   git branch
   git checkout


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] intrigued-rishi commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by GitBox <gi...@apache.org>.
intrigued-rishi commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1313113005

   Hi! looking forward to start working on the project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] MatheusFarias03 commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by GitBox <gi...@apache.org>.
MatheusFarias03 commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1313524570

   Hello everyone! Looking forward to getting started with the AGE project!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] abdinabi123 commented on issue #352: AGE Onboarding - Setup Developer Environment

Posted by GitBox <gi...@apache.org>.
abdinabi123 commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1312926698

   Hi! this is good, excited to start on AGE project


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] JoshInnis commented on issue #352: AGE Onboarding - Setup Developer Environment 1

Posted by GitBox <gi...@apache.org>.
JoshInnis commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1312929592

   Install Postgres from Source Code:
   https://www.postgresql.org/docs/current/install-procedure.html
   
   Enable Debugging Flags


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] muneebkhan4 commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by GitBox <gi...@apache.org>.
muneebkhan4 commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1313114511

   I am excited to start work.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age] XeVile commented on issue #352: AGE Onboarding - Setup Developer Environment Group 1

Posted by GitBox <gi...@apache.org>.
XeVile commented on issue #352:
URL: https://github.com/apache/age/issues/352#issuecomment-1313113647

   Noted.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org