https://github.com/friendlymatthew/postgresman
an informal guide about hacking on Postgres
https://github.com/friendlymatthew/postgresman
Last synced: 12 months ago
JSON representation
an informal guide about hacking on Postgres
- Host: GitHub
- URL: https://github.com/friendlymatthew/postgresman
- Owner: friendlymatthew
- Created: 2024-07-25T14:28:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T22:46:15.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T03:27:06.913Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postgresman
An informal manual I refer to when hacking on the Postgres codebase. I learned all of this from Joe Koshakow. So all credits to him. 🙇
## Table of Contents
### [`workflow.md`](https://github.com/friendlymatthew/postgresman/blob/main/workflow.md)
How to print variables to the shell, set up your codebase, and recompile your program.
### [`formatting.md`](https://github.com/friendlymatthew/postgresman/blob/main/formatting.md)
Install the formatter and apply it to your changes.
### [`patch.md`](https://github.com/friendlymatthew/postgresman/blob/main/patch.md)
Create and apply patches.
### `.zshrc`
Some `zsh` scripts I use. Use at your own risk.
## Machines Tested
- Macos M1
- Ubuntu Linux