Skip to main content

Command Palette

Search for a command to run...

Day 67 - C Extension

Published
1 min read
I

May the force be with you

Today, I delved into the world of C extensions for PostgreSQL, aiming to create a simple extension with a basic "add" function. However, I encountered some system issues along the way. Despite my best efforts, the function was not being recognized by the system.

To resolve this problem, I turned to the Stack Overflow community for assistance. I posted my question and am currently waiting for a response from experienced developers who can shed light on the issue and provide guidance on how to overcome it.

Creating C extensions can be challenging, especially when dealing with system-specific problems. However, I remain optimistic that the Stack Overflow community will come to my aid and help me find a solution to this obstacle. By seeking help from experienced developers, I am confident that I will gain valuable insights and be able to move forward with my C extension project.

M

You are the wow person I ever came across. Documenting the journey is good but every single day is next level. I too applied for Gsoc but my bad got rejected but feeling fortunate I came across this at least I had the opportunity to read this year's participant.

1
I

Hey, thanks for the kind words! I'm glad you found my journey and documentation helpful. Don't worry about the GSoC rejection, it happens to the best of us.

1