Day 70 - PGXS

Today, I made some progress in adding information about PGXS (PostgreSQL Extension Support) to the first quick start of my project. It's an important aspect to understand when working with Postgres extensions, and I wanted to ensure that it is covered comprehensively in my tutorial.

However, the issue with my C extension still remains unresolved. Despite my efforts to troubleshoot and seek assistance, the problem persists. It can be quite frustrating when you encounter technical roadblocks like this.

In the meantime, I decided to shift my focus to exploring other options. I began working on an example with a procedural language, hoping to gain some insights and make progress in a different aspect of extension development. It's always good to have alternatives and not get too fixated on a single approach.

As for the external language aspect, things haven't been going as smoothly as I had hoped. It's been a bit challenging to work with, and I'm currently evaluating whether it's the right fit for my project. Sometimes, it's necessary to reassess and adapt our plans based on the practicalities and limitations we encounter.

Tomorrow, I'll continue my efforts to resolve the C extension issue and explore other avenues.