Re: Table AM Interface Enhancements - Mailing list pgsql-hackers

From Pavel Borisov
Subject Re: Table AM Interface Enhancements
Date
Msg-id CALT9ZEHJRJAuOSxNrBHKQBGkJBxeTmSkRp-Kqxx28d_Y3Nicug@mail.gmail.com
Whole thread Raw
In response to Re: Table AM Interface Enhancements  (Pavel Borisov <pashkin.elfe@gmail.com>)
List pgsql-hackers
This seems not needed, it's already inited to InvalidOid before.
+else
+accessMethod = default_table_access_method;                                                                 
+       accessMethodId = InvalidOid; 

This code came from 374c7a22904. I don't insist on this simplification in a patch 0002.

A correction of the code quote for the previous message:

+else                                                               
+       accessMethodId = InvalidOid; 

pgsql-hackers by date:

Previous
From: Pavel Borisov
Date:
Subject: Re: Table AM Interface Enhancements
Next
From: Dean Rasheed
Date:
Subject: Re: Adding OLD/NEW support to RETURNING