An open API service indexing awesome lists of open source software.

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

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